gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Clarify hiding internal refreshes fr


From: gnunet
Subject: [taler-docs] branch master updated: Clarify hiding internal refreshes from user-facing balance
Date: Fri, 15 May 2020 14:37:07 +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 0f05067  Clarify hiding internal refreshes from user-facing balance
0f05067 is described below

commit 0f050670c8f0f6a4e4afc74c4f966f455dbdebc6
Author: Torsten Grote <address@hidden>
AuthorDate: Fri May 15 09:36:47 2020 -0300

    Clarify hiding internal refreshes from user-facing balance
---
 taler-wallet.rst | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index 1c27d82..7d0e98a 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -102,21 +102,25 @@ Balances are the amounts of digital cash held by the 
wallet.
     interface Balance {
       currency?: string;
 
-      // the total Amount that is currently available to be spent
+      // The total Amount that is currently available to be spent
+      // excluding amounts tied up in ongoing refresh operations. These are 
hidden from the user.
+      // If the user tries to spend coins locked up this way,
+      // the wallet will give an error message different from "insufficient 
balance".
       available: Amount;
 
       // the total incoming amount that will be added to the available balance
-      // when all pending transactions succeed
+      // when all pending transactions succeed (excluding internal refreshes)
       pendingIncoming: Amount;
 
       // the total outgoing amount that will be subtracted from the available 
balance
-      // when all pending transactions succeed
+      // when all pending transactions succeed (excluding internal refreshes)
       pendingOutgoing: Amount;
 
       // true if the balance has pending transactions
       hasPendingTransactions: boolean;
 
       // true if the balance requires user-interaction, e.g. accepting a tip
+      // (DEV: can be left out of a first implementation)
       requiresUserInput: boolean;
     }
 

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



reply via email to

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