From 9bdf493ebe53a54ae82f3d416dffefdfbbd2867a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 31 Mar 2020 00:22:28 +0530 Subject: wire_reference documentation --- core/api-exchange.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/api-exchange.rst') 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; -- cgit v1.2.3