gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add asset_type to /keys response


From: gnunet
Subject: [taler-docs] branch master updated: add asset_type to /keys response
Date: Sun, 11 Dec 2022 13:48:56 +0100

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 aae9adc  add asset_type to /keys response
aae9adc is described below

commit aae9adcf203af1ee1b8271e9a13887974c2fb656
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Dec 11 13:48:49 2022 +0100

    add asset_type to /keys response
---
 core/api-exchange.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index c5a6783..7fbe6fe 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -82,9 +82,14 @@ possibly by using HTTPS.
       // The exchange's base URL.
       base_url: string;
 
-      // The exchange's currency.
+      // The exchange's currency or asset unit.
       currency: string;
 
+      // Type of the asset. "fiat", "crypto", "regional"
+      // or "stock".  Wallets should adjust their UI/UX
+      // based on this value.
+      asset_type: string;
+
       // EdDSA master public key of the exchange, used to sign entries
       // in ``denoms`` and ``signkeys``.
       master_public_key: EddsaPublicKey;

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