gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: docs: add withdrawal status to respo


From: gnunet
Subject: [taler-docs] branch master updated: docs: add withdrawal status to response
Date: Tue, 19 Mar 2024 20:30:59 +0100

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

joel-haeberli pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 95056b56 docs: add withdrawal status to response
95056b56 is described below

commit 95056b563c0e60406af8835ec19f2d9d54c11bf0
Author: Joel Häberli <haebu@rubigen.ch>
AuthorDate: Tue Mar 19 20:30:23 2024 +0100

    docs: add withdrawal status to response
---
 core/api-nonce2ecash.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/core/api-nonce2ecash.rst b/core/api-nonce2ecash.rst
index 9e69e954..ad7c4997 100644
--- a/core/api-nonce2ecash.rst
+++ b/core/api-nonce2ecash.rst
@@ -127,6 +127,13 @@ operation (the ``WITHDRAWAL_ID``) to interact with the 
withdrawal operation and
         // Reserve public key generated by the wallet.
         // According to TALER_ReservePublicKeyP 
(https://docs.taler.net/core/api-common.html#cryptographic-primitives)
         reserve_pub_key: EddsaPublicKey;
+
+        // Status of the withdrawal
+        //  pending  : the operation is pending parameters selection (exchange 
and reserve public key)
+        //  selected : the operations has been selected and is pending 
confirmation
+        //  aborted  : the operation has been aborted
+        //  confirmed: the transfer has been confirmed and registered by the 
bank
+        withdrawal_status: EddsaPublicKey;
       }
 
 .. http:post:: /withdrawal-operation/$WITHDRAWAL_ID

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