From 10843a9bd458865bab62308631364315bfb819e6 Mon Sep 17 00:00:00 2001 From: ms Date: Sun, 19 Sep 2021 09:34:08 +0200 Subject: align spec with code --- core/api-bank-integration.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core') diff --git a/core/api-bank-integration.rst b/core/api-bank-integration.rst index 298e3d75..7573a540 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? -- cgit v1.2.3