[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 21/36: more amounts needed
From: |
gnunet |
Subject: |
[taler-docs] 21/36: more amounts needed |
Date: |
Tue, 22 Jun 2021 19:35:17 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
commit 5ec68febc9ac8f9ed753bf11186553321705fc85
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue May 18 18:33:08 2021 +0200
more amounts needed
---
core/api-exchange.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index b8f61a8..d016837 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2596,6 +2596,10 @@ Wallet-to-wallet transfers
total_purse_amount: Amount;
// Total amount deposited into the purse so far.
+ // If 'total_deposit_amount' minus 'deposit_fees'
+ // exceeds 'purse_value_after_fees', and a
+ // 'merge_request' exists for the purse, then the
+ // purse will (have been) merged with the account.
total_deposit_amount: Amount;
// Indicative time by which the purse expires
@@ -2603,6 +2607,10 @@ Wallet-to-wallet transfers
// point, all of the deposits made will be auto-refunded.
purse_expiration: Timestamp;
+ // Desired total amount to be merged into the reserve.
+ // (excludes fees).
+ purse_value_after_fees: Amount;
+
// Indicative time at which the exchange is answering the
// status request. Used as part of 'exchange_sig'.
status_timestamp: Timestamp;
@@ -2610,6 +2618,9 @@ Wallet-to-wallet transfers
// Maximum deposit fees that can be charged under the contract.
max_deposit_fees: Amount;
+ // Deposit fees charged so far to all deposited coins.
+ deposit_fees: Amount;
+
// SHA-512 hash of the contact of the purse.
h_contract_terms: HashCode;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-docs] 29/36: spec message for denomination expired/revoked/too-early signature (#6889), (continued)
- [taler-docs] 29/36: spec message for denomination expired/revoked/too-early signature (#6889), gnunet, 2021/06/22
- [taler-docs] 34/36: simplify/cleaner docs, gnunet, 2021/06/22
- [taler-docs] 25/36: document new auth policy, gnunet, 2021/06/22
- [taler-docs] 36/36: Merge branch 'dd13', gnunet, 2021/06/22
- [taler-docs] 14/36: finish DD13, gnunet, 2021/06/22
- [taler-docs] 13/36: work on SQL comments, gnunet, 2021/06/22
- [taler-docs] 12/36: more work on DD13 spec, gnunet, 2021/06/22
- [taler-docs] 08/36: extend wire gateway spec for wads, gnunet, 2021/06/22
- [taler-docs] 23/36: hw, gnunet, 2021/06/22
- [taler-docs] 20/36: deal with purse auto-refund on expiration, ensure exchange has max_deposit_fees always, gnunet, 2021/06/22
- [taler-docs] 21/36: more amounts needed,
gnunet <=