summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.