taler-docs

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

commit 1cb4d5a8b7941b7f53e59d855bcaa490a102fd56
parent e26178d09d1cea5a56530b3d2033aaeeadc593c3
Author: MS <ms@taler.net>
Date:   Fri, 17 Feb 2023 18:11:14 +0100

circuit API

communicating fiat currency along the /config
response.

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

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst @@ -431,6 +431,9 @@ Cashouts // Contains ratios and fees related to buying // and selling the circuit currency. ratios_and_fees: RatiosAndFees; + // Fiat currency. That is the currency in which + // cash-out operations ultimately wire money. + fiat_currency: String; } .. ts:def:: RatiosAndFees