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: API clarifications


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: API clarifications
Date: Fri, 02 Jun 2017 23:22:57 +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 5151e8b  API clarifications
5151e8b is described below

commit 5151e8b443cf9a9da4efb030868056e2d9069931
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jun 2 23:21:36 2017 +0200

    API clarifications
---
 api-exchange.rst | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/api-exchange.rst b/api-exchange.rst
index 68db316..40e5952 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -434,6 +434,12 @@ exchange.
       // Sender account details, only present if type is "DEPOSIT".
       sender_account_details?: any;
 
+      // Receiver account details, only present if type is "PAYBACK".
+      receiver_account_details?: any;
+
+      // Wire transfer identifier, only present if type is "PAYBACK".
+      wire_transfer?: any;
+
       // Transfer details uniquely identifying the transfer, only present if 
type is "DEPOSIT".
       wire_reference?: any;
 
@@ -455,7 +461,7 @@ exchange.
       // Public key of the coin that was paid back; only present if type is 
"PAYBACK".
       coin_pub?: CoinPublicKey;
 
-      // Timestamp when the exchange received the /payback. Only present if 
`type` is "PAYBACK".
+      // Timestamp when the exchange received the /payback or executed the 
wire transfer. Only present if `type` is "PAYBACK" or "CLOSING".
       timestamp?: Timestamp;
    }
 

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



reply via email to

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