gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: amount


From: gnunet
Subject: [taler-docs] branch master updated: amount
Date: Tue, 01 Sep 2020 19:41:30 +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 ec6251d  amount
ec6251d is described below

commit ec6251dc560372d35e1a40fbad786dc74fd5a378
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Sep 1 23:11:26 2020 +0530

    amount
---
 core/api-bank-access.rst | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 215c516..d7ad027 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -45,11 +45,15 @@ name and account password, at least in the GNU Taler demo 
bank implementation.
   .. ts:def:: BankAccountBalanceResponse
 
     interface BankAccountBalanceResponse {
-      // Current amount; can be debit.
-      balance: Amount;
+      // Current amount, interpretation depends
+      // on the credit_debit_indicator.
+      amount: Amount;
 
       // Indicates whether the amount refers to a debit or credit value.
       credit_debit_indicator: string; // "credit" and "debit" values allowed.
+
+      // DEPRECATED:  Alias for "amount", will be removed soon.
+      balance: Amount;
     }
 
 

-- 
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]