taler-docs

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

commit 9bdf493ebe53a54ae82f3d416dffefdfbbd2867a
parent 3d10e7b94f9f68cea4d2731c8ebbaff845fb2dfd
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 31 Mar 2020 00:22:28 +0530

wire_reference documentation

Diffstat:
Mcore/api-exchange.rst | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 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;