Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions proto/withdrawals_provider_adapter.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ struct ProcessResult {
1: required Intent intent
2: optional InternalState next_state
3: optional domain.TransactionInfo trx
4: optional Cash new_body
}

struct Quote {
Expand Down Expand Up @@ -181,6 +182,7 @@ struct CallbackResult {
2: optional InternalState next_state
3: required CallbackResponse response
4: optional domain.TransactionInfo trx
5: optional Cash new_body
}

service Adapter {
Expand Down
Loading