commit ab1db7765d2367df84b3158c50979d02d123c7e8
parent 46da92d5035214b0090de643db33479cf8454b98
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Wed, 19 Mar 2025 13:53:46 +0100
[exchange] added num_coins to ReserveWithdrawTransaction
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -2425,6 +2425,9 @@ Reserve History
// Total fee that is charged for withdraw.
withdraw_fee: Amount;
+ // Total number of coins in the withdraw request
+ num_coins: Integer;
+
// Signature over a `TALER_WithdrawRequestPS`
// with purpose ``TALER_SIGNATURE_WALLET_RESERVE_WITHDRAW``
// created with the reserve's private key.