[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: let's not do this here
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: let's not do this here |
Date: |
Tue, 11 Feb 2020 23:00:46 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 30f02dc let's not do this here
30f02dc is described below
commit 30f02dcb7137d84d1e9d901e20e990af84b5ec2c
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 11 23:00:44 2020 +0100
let's not do this here
---
core/api-wire.rst | 32 --------------------------------
1 file changed, 32 deletions(-)
diff --git a/core/api-wire.rst b/core/api-wire.rst
index 537c646..ee6a25e 100644
--- a/core/api-wire.rst
+++ b/core/api-wire.rst
@@ -163,22 +163,6 @@ Querying the transaction history
// Array of incoming transactions
incoming_transactions : IncomingBankTransaction[];
- // Sum of all incoming transactions (ever) after the most
- // recent transaction reported in the history.
- total_incoming_end: Amount;
-
- // Sum of all incoming transactions before the oldest
- // transaction reported in the history.
- total_incoming_start: Amount;
-
- // Total amount that has been outgoing from this account
- // from the beginning of time until now. Note that this
- // number is always the latest value and thus independent
- // of the time region covered by the history. If the
- // history includes the latest incoming transactions, this
- // value can be used to calculate the balance after that
- // latest transaction.
- current_outgoing: Amount;
}
.. ts:def:: IncomingBankTransaction
@@ -258,22 +242,6 @@ Querying the transaction history
// Array of outgoing transactions
outgoing_transactions : OutgoingBankTransaction[];
- // Sum of all outgoing transactions (ever) after the most
- // recent transaction reported in the history.
- total_outgoing_end: Amount;
-
- // Sum of all outgoing transactions before the oldest
- // transaction reported in the history.
- total_outgoing_start: Amount;
-
- // Total amount that has been incoming into this account
- // from the beginning of time until now. Note that this
- // number is always the latest value and thus independent
- // of the time region covered by the history. If the
- // history includes the latest outgoing transactions, this
- // value can be used to calculate the balance after that
- // latest transaction.
- current_incoming: Amount;
}
.. ts:def:: OutgoingBankTransaction
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: let's not do this here,
gnunet <=