gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: avoid signed amounts


From: gnunet
Subject: [taler-docs] branch master updated: avoid signed amounts
Date: Tue, 25 Aug 2020 19:17:09 +0200

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

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 182b22d  avoid signed amounts
182b22d is described below

commit 182b22d39d685c00012367bf74e767f3b74e61a0
Author: MS <ms@taler.net>
AuthorDate: Tue Aug 25 19:17:05 2020 +0200

    avoid signed amounts
---
 core/api-bank-access.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index a80c9da..215c516 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -45,9 +45,11 @@ name and account password, at least in the GNU Taler demo 
bank implementation.
   .. ts:def:: BankAccountBalanceResponse
 
     interface BankAccountBalanceResponse {
-      // Amount with plus or minus sign, representing the current
-      // available account balance.
-      balance: SignedAmount;
+      // Current amount; can be debit.
+      balance: Amount;
+
+      // Indicates whether the amount refers to a debit or credit value.
+      credit_debit_indicator: string; // "credit" and "debit" values allowed.
     }
 
 

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