taler-docs

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

commit b0c09ca133864e3144d6dc2871152e8dc78bdd60
parent bd0651cd9a6b7f4e294ef5d41598d6e385ae9d5a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 26 Sep 2016 14:50:34 +0200

specify /track/transaction returns execution time (#4578)

Diffstat:
Mapi-exchange.rst | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/api-exchange.rst b/api-exchange.rst @@ -964,6 +964,9 @@ typically also view the balance.) // hash of the wire details (identical for all deposits) H_wire: HashCode; + // Time of the execution of the wire transfer by the exchange + execution_time: Timestamp; + // details about the deposits deposits: TrackTransferDetail[];