summaryrefslogtreecommitdiff
path: root/core/api-exchange.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-exchange.rst')
-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;