summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-31 00:22:28 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-31 00:22:28 +0530
commit9bdf493ebe53a54ae82f3d416dffefdfbbd2867a (patch)
tree80e821797aa38b0c642ccf456f80c9ec21d21349 /core
parent3d10e7b94f9f68cea4d2731c8ebbaff845fb2dfd (diff)
downloaddocs-9bdf493ebe53a54ae82f3d416dffefdfbbd2867a.tar.gz
docs-9bdf493ebe53a54ae82f3d416dffefdfbbd2867a.tar.bz2
docs-9bdf493ebe53a54ae82f3d416dffefdfbbd2867a.zip
wire_reference documentation
Diffstat (limited to 'core')
-rw-r--r--core/api-exchange.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index 92ff0289..c6186284 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -440,8 +440,9 @@ exchange.
// Sender account payto://-URL
sender_account_url: string;
- // Transfer details uniquely identifying the transfer.
- wire_reference: string;
+ // Opaque identifier internal to the exchange that
+ // uniquely identifies the wire transfer that credited the reserve.
+ wire_reference: Base32;
// Timestamp of the incoming wire transfer.
timestamp: Timestamp;