summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-20 16:03:18 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-20 16:03:18 +0100
commit128ed751a049879b395baa7e5bc2a4d9190cead4 (patch)
tree33a7105a584e32989b970e333cd09f25fb7832b3 /libeufin
parent6b8969a04d97a8dadb2495a434b10b1333e303f6 (diff)
parentd60aac112e97e503342438cac608e6a88489b616 (diff)
downloaddocs-128ed751a049879b395baa7e5bc2a4d9190cead4.tar.gz
docs-128ed751a049879b395baa7e5bc2a4d9190cead4.tar.bz2
docs-128ed751a049879b395baa7e5bc2a4d9190cead4.zip
Merge branch 'master' of git+ssh://git.taler.net/docs
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-sandbox.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index ee9111d4..a15c03a7 100644
--- 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