summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-26 14:50:34 +0200
committerChristian Grothoff <christian@grothoff.org>2016-09-26 14:50:34 +0200
commitb0c09ca133864e3144d6dc2871152e8dc78bdd60 (patch)
tree18dafe253e96c6ce453336d25bce0c56e47f72d9 /api-exchange.rst
parentbd0651cd9a6b7f4e294ef5d41598d6e385ae9d5a (diff)
downloaddocs-b0c09ca133864e3144d6dc2871152e8dc78bdd60.tar.gz
docs-b0c09ca133864e3144d6dc2871152e8dc78bdd60.tar.bz2
docs-b0c09ca133864e3144d6dc2871152e8dc78bdd60.zip
specify /track/transaction returns execution time (#4578)
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index 1ed3eaf6..bc541934 100644
--- 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[];