gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (9c7363a8 -> 41704b46)


From: gnunet
Subject: [taler-docs] branch master updated (9c7363a8 -> 41704b46)
Date: Sun, 17 Dec 2023 15:16:13 +0100

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

grothoff pushed a change to branch master
in repository docs.

    from 9c7363a8 Update corebank API
     new b202712a return more data from /config for merchant SPA as requested 
by sebastian
     new 41704b46 return more data from /config for merchant SPA as requested 
by sebastian

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/api-merchant.rst | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 7792b65c..ceebd005 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -154,6 +154,29 @@ such as the implemented version of the protocol and the 
currency used.
       // the backend.
       currencies: { currency : CurrencySpecification};
 
+      // Array of exchanges trusted by the merchant.
+      // Since protocol v6.
+      exchanges: ExchangeConfigInfo[];
+      
+    }
+
+  .. ts:def:: ExchangeConfigInfo
+
+    interface ExchangeConfigInfo {
+
+      // Base URL of the exchange REST API.
+      base_url: string;
+
+      // Currency for which the merchant is configured
+      // to trust the exchange.
+      // May not be the one the exchange actually uses,
+      // but is the only one we would trust this exchange for.
+      currency: string;
+
+      // Offline master public key of the exchange. The
+      // ``/keys`` data must be signed with this public
+      // key for us to trust it.
+      master_pub: 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]