summaryrefslogtreecommitdiff
path: root/taler-exchange-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-02-12 07:56:49 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-02-12 07:56:49 -0500
commit9e2c693d92cb8ea9dbf397a8d423c470ca97fc71 (patch)
tree7733538deffc645adf2df81324d92e9812bec75b /taler-exchange-manual.rst
parentd4355f04765d06dde1de0726463d4861ede3da3a (diff)
downloaddocs-9e2c693d92cb8ea9dbf397a8d423c470ca97fc71.tar.gz
docs-9e2c693d92cb8ea9dbf397a8d423c470ca97fc71.tar.bz2
docs-9e2c693d92cb8ea9dbf397a8d423c470ca97fc71.zip
document ‘DURATION_LEGAL’, ‘FEE_REFUND’ in ‘Coins (denomination keys)’
this fixes #6740
Diffstat (limited to 'taler-exchange-manual.rst')
-rw-r--r--taler-exchange-manual.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index 5f0a6ab4..3424f991 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -496,6 +496,8 @@ must then have the following options:
- ``DURATION_SPEND``: How long is a coin of the given type valid? Smaller
values result in lower storage costs for the exchange.
+- ``DURATION_LEGAL``: How long is the coin of the given type legal?
+
- ``FEE_WITHDRAW``: What does it cost to withdraw this coin? Specified
using the same format as value.
@@ -505,6 +507,9 @@ must then have the following options:
- ``FEE_REFRESH``: What does it cost to refresh this coin? Specified using
the same format as value.
+- ``FEE_REFUND``: What does it cost to refund this coin?
+ Specified using the same format as value.
+
- ``RSA_KEYSIZE``: How many bits should the RSA modulus (product of the two
primes) have for this type of coin.