gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: spec change for #9097


From: gnunet
Subject: [taler-docs] branch master updated: spec change for #9097
Date: Sat, 24 Aug 2024 17:26:20 +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 0f7959da spec change for #9097
0f7959da is described below

commit 0f7959da0e94659e72e114544ed8503a2e423664
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Aug 24 17:26:04 2024 +0200

    spec change for #9097
---
 core/api-exchange.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 2f14faa0..64dc7e24 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -3748,6 +3748,19 @@ typically also view the balance.)
       // Time by which the exchange currently thinks the deposit will be 
executed.
       // Actual execution may be later if the KYC check is not satisfied by 
then.
       execution_time: Timestamp;
+
+      // Public key associated with the account. The client must sign
+      // the initial request for the KYC status using the corresponding
+      // private key.  Will be either a reserve public key or a merchant
+      // (instance) public key.
+      //
+      // Absent if no public key is currently associated
+      // with the account and the client MUST thus first
+      // credit the exchange via an inbound wire transfer
+      // to associate a public key with the debited account.
+      // Since protocol **v20**.
+      account_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]