diff options
author | ms <ms@taler.net> | 2021-09-19 09:34:08 +0200 |
---|---|---|
committer | ms <ms@taler.net> | 2021-09-19 09:34:16 +0200 |
commit | 10843a9bd458865bab62308631364315bfb819e6 (patch) | |
tree | 0ca0028c3cb8c9d75e48a9207c8da83257701454 /core | |
parent | 078f48f5a9e109a7956f2b46050c906887a293d0 (diff) | |
download | docs-10843a9bd458865bab62308631364315bfb819e6.tar.gz docs-10843a9bd458865bab62308631364315bfb819e6.tar.bz2 docs-10843a9bd458865bab62308631364315bfb819e6.zip |
align spec with code
Diffstat (limited to 'core')
-rw-r--r-- | core/api-bank-integration.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst index 298e3d7..7573a54 100644 --- a/core/api-bank-integration.rst +++ b/core/api-bank-integration.rst @@ -87,6 +87,9 @@ for the withdrawal operation (the ``wopid``) to interact with the withdrawal ope .. ts:def:: BankWithdrawalOperationStatus export class BankWithdrawalOperationStatus { + // Indicates whether the withdrawal was aborted. + aborted: boolean; + // Has the wallet selected parameters for the withdrawal operation // (exchange and reserve public key) and successfully sent it // to the bank? |