taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 02c8f34ae7eb7f11bcaf8c9e1b6c16cbfe53eeb0
parent 8d646b8982e5374661d5ad041c70afe2bd7fc9ed
Author: Manuel Geissbühler <manuel@debian>
Date:   Fri,  3 Jan 2025 17:54:12 +0100

added no_amount_to_wallet to Core Bank API spec

Diffstat:
Mcore/api-corebank.rst | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -914,6 +914,10 @@ Account withdrawals // still change the suggestion. // @since **v6** suggested_amount?: Amount; + + // Tells the wallet not to specify an amount + // @since **v8** + no_amount_to_wallet?: bool; } .. ts:def:: BankAccountCreateWithdrawalResponse @@ -1028,6 +1032,11 @@ Account withdrawals // Optional since **v6**. suggested_amount?: Amount; + // Tells the wallet not to specify an amount + // Given if passed with the withdrawal request. + // @since **v8** + no_amount_to_wallet?: bool; + // Account username username: string;