gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -fix missing fields and wrong interf


From: gnunet
Subject: [taler-docs] branch master updated: -fix missing fields and wrong interface names for batch deposits
Date: Mon, 03 Oct 2022 12:10:42 +0200

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

oec pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 6aefda6  -fix missing fields and wrong interface names for batch 
deposits
6aefda6 is described below

commit 6aefda6fecd2c50092c1868d7ba62254ccc21460
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Mon Oct 3 12:10:32 2022 +0200

    -fix missing fields and wrong interface names for batch deposits
---
 core/api-exchange.rst | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 69cdcb2..6985e4f 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -2530,7 +2530,7 @@ denomination.
 
   .. ts:def:: BatchDepositRequest
 
-    interface DepositRequest {
+    interface BatchDepositRequest {
 
       // The merchant's account details.
       merchant_payto_uri: string;
@@ -2543,6 +2543,9 @@ denomination.
       // details are never disclosed to the exchange.
       h_contract_terms: HashCode;
 
+      // The list of coins that are going to be deposited with this Request.
+      coins: BatchDepositRequestCoin[];
+
       // Timestamp when the contract was finalized.
       timestamp: Timestamp;
 
@@ -2560,9 +2563,9 @@ denomination.
       refund_deadline?: Timestamp;
     }
 
-  .. ts:def:: DepositRequest
+  .. ts:def:: BatchDepositRequestCoin
 
-    interface DepositRequest {
+    interface BatchDepositRequestCoin {
       // EdDSA public key of the coin being deposited.
       coin_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]