gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: clarify wallet transactions API sort


From: gnunet
Subject: [taler-docs] branch master updated: clarify wallet transactions API sorting
Date: Mon, 04 May 2020 19:50:23 +0200

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 1496bf9  clarify wallet transactions API sorting
1496bf9 is described below

commit 1496bf96e48eeef5dd25c601420c0f234a79d481
Author: Torsten Grote <address@hidden>
AuthorDate: Mon May 4 14:50:05 2020 -0300

    clarify wallet transactions API sorting
---
 taler-wallet.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index f916121..379dba0 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -102,7 +102,10 @@ Transactions are all operations or events that are 
affecting the balance.
   .. ts:def:: TransactionsResponse
 
     interface TransactionsResponse {
-      // a list of past and pending transactions
+      // a list of past and pending transactions sorted by pending, timestamp 
and transactionId.
+      // In case two events are both pending and have the same timestamp,
+      // they are sorted by the transactionId
+      // (lexically ascending and locale-independent comparison).
       transactions: Transaction[];
     }
 
@@ -120,6 +123,8 @@ Transactions are all operations or events that are 
affecting the balance.
       timestamp: Timestamp;
 
       // true if the transaction is still pending, false otherwise
+      // If a transaction is not longer pending, its timestamp will be updated,
+      // but its transactionId will remain unchanged
       pending: boolean;
 
       // Raw amount of the transaction (exclusive of fees or other extra costs)

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]