gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: bank access api


From: gnunet
Subject: [taler-docs] branch master updated: bank access api
Date: Thu, 03 Sep 2020 19:14:28 +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 cf4a585  bank access api
cf4a585 is described below

commit cf4a5858e3902e86f80066a28ca1579a121d05e7
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Sep 3 22:44:24 2020 +0530

    bank access api
---
 core/api-bank-access.rst | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index d7ad027..aa5248f 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -45,15 +45,11 @@ name and account password, at least in the GNU Taler demo 
bank implementation.
   .. ts:def:: BankAccountBalanceResponse
 
     interface BankAccountBalanceResponse {
-      // 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;
+      // Available balance on the account.
+      balance: {
+        amount: Amount;
+        credit_debit_indicator: "credit" | "debit";
+      };
     }
 
 

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