gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-api] branch master updated: properly document wtid u


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: properly document wtid use in CLOSING case
Date: Mon, 08 May 2017 12:44:24 +0200

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

grothoff pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new 6691d50  properly document wtid use in CLOSING case
6691d50 is described below

commit 6691d505779a3884c90bf8df3fc4f618f7618aa6
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon May 8 12:44:14 2017 +0200

    properly document wtid use in CLOSING case
---
 api/api-exchange.rst | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/api/api-exchange.rst b/api/api-exchange.rst
index 29254e1..624639d 100644
--- a/api/api-exchange.rst
+++ b/api/api-exchange.rst
@@ -432,10 +432,13 @@ exchange.
       // Transfer details uniquely identifying the transfer, only present if 
type is "DEPOSIT".
       transfer_details?: any;
 
+      // Wire transfer subject, only present if type is "CLOSING".
+      wtid?: any;
+
       // Hash of the wire account into which the funds were
       // returned to, present if type is "CLOSING".
       h_wire?: base32;
-      
+
       // If `type` is "PAYBACK", this is a signature over a `struct 
TALER_PaybackConfirmationPS` with purpose 
TALER_SIGNATURE_EXCHANGE_CONFIRM_PAYBACK.
       // If `type` is "CLOSING", this is a signature over a `struct 
TALER_ReserveCloseConfirmationPS` with purpose 
TALER_SIGNATURE_EXCHANGE_RESERVE_CLOSED.
       // Not present for other values of `type`.
@@ -687,7 +690,7 @@ denomination.
 
       // public key of the merchant, for "DEPOSIT" operations.
       merchant_pub?: EddsaPublicKey;
-      
+
       // date when the operation was made.
       // Only for "DEPOSIT" operations.
       timestamp?: Timestamp;
@@ -695,7 +698,7 @@ denomination.
       // date until which the merchant can issue a refund to the customer via 
the
       // 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".
       coin_sig?: EddsaSignature;
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]