taler-docs

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

commit f8c56968b34e5761187d6267771e9582bc074a1f
parent 7bc11a4b5d3e656824948045b072b02706529c33
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri, 17 Jan 2020 15:28:47 +0100

include exchange base URL

Diffstat:
Mcore/api-wire.rst | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/core/api-wire.rst b/core/api-wire.rst @@ -250,6 +250,9 @@ Querying the transaction history // The wire transfer ID in the outgoing transaction. wtid: ShortHashCode; + + // Base URL of the exchange. + exchange_base_url: string; }