gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: api docs


From: gnunet
Subject: [taler-docs] branch master updated: api docs
Date: Tue, 28 Jul 2020 20:02:46 +0200

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new b25e82b  api docs
b25e82b is described below

commit b25e82b40b71ab5e8d73f552e13340d27d111884
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Jul 28 23:32:42 2020 +0530

    api docs
---
 taler-wallet.rst | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index 82c2182..ecab021 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -107,9 +107,11 @@ Balances are the amounts of digital cash held by the 
wallet.
 
   .. ts:def:: Balance
 
+    // Balance for one currency.
+    // The currency can be derived from any of the
+    // "Amount" fields, as the currency is present even
+    // when the amount is zero.
     interface Balance {
-      currency?: string;
-
       // The total Amount that is currently available to be spent
       // including amounts tied up in ongoing refresh operations. These are 
hidden from the user.
       // If the user tries to spend coins locked up this way,
@@ -591,10 +593,10 @@ Get Withdrawal Details
       tosAccepted: boolean;
 
       // Amount that will be transferred to the exchange.
-      rawAmount: Amount;
+      amountRaw: Amount;
 
       // Amount that will be added to the user's wallet balance.
-      effectiveAmount: Amount;
+      amountEffective: Amount;
     }
 
 Accept Bank-integrated Withdrawal

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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