gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: further spec updates with respect to


From: gnunet
Subject: [taler-docs] branch master updated: further spec updates with respect to data to be returned for coin histories
Date: Wed, 08 Jul 2020 21:02:29 +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 2f705cc  further spec updates with respect to data to be returned for 
coin histories
2f705cc is described below

commit 2f705cc5d651a7eb05519ebc86d275b1008000e7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 8 21:02:27 2020 +0200

    further spec updates with respect to data to be returned for coin histories
---
 core/api-exchange.rst | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 309e070..59abccd 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -762,7 +762,8 @@ denomination.
       // exchange, possibly zero if refunds are not allowed. Only for 
"DEPOSIT" operations.
       refund_deadline?: Timestamp;
 
-      // Signature by the coin, only present if ``type`` is "DEPOSIT" or "MELT"
+      // Signature by the coin, only present if ``type`` is "DEPOSIT", "MELT", 
"RECOUP",
+      // "OLD-COIN-RECOUP" or "RECOUP-REFRESH"
       coin_sig?: EddsaSignature;
 
       // Deposit fee in case of type "MELT".
@@ -777,7 +778,7 @@ denomination.
 
       // Hash of the public denomination key used to sign the coin.
       // only present if ``type`` is "DEPOSIT", "RECOUP",
-      // "RECOUP-REFRESH", "OLD-COIN-RECOUP" or "MELT".
+      // "RECOUP-REFRESH", or "MELT".
       h_denom_pub?: HashCode;
 
       // Deposit fee in case of type "REFUND".
@@ -792,6 +793,14 @@ denomination.
       // "REFUND"
       rtransaction_id?: Integer;
 
+      // Coin blinding key.  Only present if ``type`` is
+      // "RECOUP" or "RECOUP-REFRESH"
+      coin_blind?: DenominationBlindingKeyP;
+
+      // Reserve receiving the recoup.  Only present if ``type`` is
+      // "RECOUP"
+      reserve_pub?: EddsaPublicKey;
+
       // `EdDSA Signature <eddsa-sig>` authorizing the REFUND. Made with
       // the `public key of the merchant <merchant-pub>`.
       // Only present if ``type`` is "REFUND"

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