gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: also return current balance and coin


From: gnunet
Subject: [taler-docs] branch master updated: also return current balance and coin denomination
Date: Thu, 05 Oct 2023 21:41:15 +0200

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 45bfeb53 also return current balance and coin denomination
45bfeb53 is described below

commit 45bfeb537164dea4a9793df200cb08e25d432aee
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Oct 5 21:41:12 2023 +0200

    also return current balance and coin denomination
---
 core/api-exchange.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index a95532b6..708ee664 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2568,6 +2568,12 @@ Coin History
   .. ts:def:: CoinHistoryResponse
 
     interface CoinHistoryResponse {
+      // Current balance of the coin.
+      balance: Amount;
+
+      // Hash of the coin's denomination.
+      h_denom_pub: HashCode;
+
       // Transaction history for the coin.
       history: CoinSpendHistoryItem[];
     }

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