taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 830f60f493a84244533912864a11cca5e02955b7
parent 9fbedda73e00e0643ec712ef3ad4d4dfce00968d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 15 Jan 2018 15:19:37 +0100

add timestamp for /reserve/status deposit events

Diffstat:
Mapi-exchange.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api-exchange.rst b/api-exchange.rst @@ -465,7 +465,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 or executed the wire transfer. Only present if `type` is "PAYBACK" or "CLOSING". + // Timestamp when the exchange received the /payback or executed the wire transfer. Only present if `type` is "DEPOSIT", "PAYBACK" or "CLOSING". timestamp?: Timestamp; }