gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 05/15: added ReserveAgeWithdrawTransaction to the history o


From: gnunet
Subject: [taler-docs] 05/15: added ReserveAgeWithdrawTransaction to the history of a reserve
Date: Wed, 11 Jan 2023 17:27:37 +0100

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

oec pushed a commit to branch master
in repository docs.

commit 36a621214cc8041c4c994a94ce924d324ec03781
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Sat Jan 7 16:42:27 2023 +0100

    added ReserveAgeWithdrawTransaction to the history of a reserve
---
 core/api-exchange.rst | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 0b90ea1..a4c6fab 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -1319,6 +1319,7 @@ exchange.
       | AccountSetupTransaction
       | ReserveHistoryTransaction
       | ReserveWithdrawTransaction
+      | ReserveAgeWithdrawTransaction
       | ReserveCreditTransaction
       | ReserveClosingTransaction
       | ReserveOpenRequestTransaction
@@ -1480,6 +1481,29 @@ exchange.
       withdraw_fee: Amount;
      }
 
+  .. ts:def:: ReserveAgeWithdrawTransaction
+
+    interface ReserveAgeWithdrawTransaction {
+      type: "AGEWITHDRAW";
+
+      // Total Amount withdrawn.
+      total_amount: Amount;
+
+      // Hash of the denomination public keys of the coins.
+      h_denom_pubs: HashCode[];
+
+      // Commitment of all ``n*kappa`` coins.
+      age_restricted_coins_commitment: HashCode;
+
+      // Signature over a `TALER_AgeWithdrawRequestPS`
+      // with purpose ``TALER_SIGNATURE_WALLET_RESERVE_AGE_WITHDRAW``
+      // created with the reserve's private key.
+      reserve_sig: EddsaSignature;
+
+      // Fee that is charged for withdraw.
+      withdraw_fee: Amount;
+     }
+
 
   .. ts:def:: ReserveCreditTransaction
 

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