[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 01/02: added no_amount_to_wallet to Core Bank API spec
From: |
gnunet |
Subject: |
[taler-docs] 01/02: added no_amount_to_wallet to Core Bank API spec |
Date: |
Fri, 03 Jan 2025 21:24:48 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
commit 02c8f34ae7eb7f11bcaf8c9e1b6c16cbfe53eeb0
Author: Manuel Geissbühler <manuel@debian>
AuthorDate: Fri Jan 3 17:54:12 2025 +0100
added no_amount_to_wallet to Core Bank API spec
---
core/api-corebank.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
index 81c7fb2b..39a036e6 100644
--- 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;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.