summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-03-05 19:10:48 +0100
committerChristian Grothoff <christian@grothoff.org>2022-03-05 19:10:48 +0100
commit35ff3bcfd31e85f6731dbc545078c8c18c4748bb (patch)
tree3939844e04eff83fab61b67ea1921cdb607f38bc /manpages
parent66f5be59390274e51424f96916739cf785435c8c (diff)
downloaddocs-35ff3bcfd31e85f6731dbc545078c8c18c4748bb.tar.gz
docs-35ff3bcfd31e85f6731dbc545078c8c18c4748bb.tar.bz2
docs-35ff3bcfd31e85f6731dbc545078c8c18c4748bb.zip
update man pages and manuals to reflect new global-fee endpoints and commands
Diffstat (limited to 'manpages')
-rw-r--r--manpages/taler-exchange-offline.1.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/manpages/taler-exchange-offline.1.rst b/manpages/taler-exchange-offline.1.rst
index 66ee8044..265324e4 100644
--- a/manpages/taler-exchange-offline.1.rst
+++ b/manpages/taler-exchange-offline.1.rst
@@ -273,6 +273,26 @@ It outputs the signature affirming the wire fees, in a format suitable for the
``upload`` subcommand.
+global-fee
+----------
+
+This subcommand informs an exchange about the desired global fee structure and
+related global configuration options for a calendar year (!). The tool does
+not permit changing global fees during a calendar year. Also, once the global
+fee structure has been set for a calendar year, it cannot be changed.
+
+The subcommand takes the year, history fee, kyc fee, account fee, purse fee,
+purse timeout, kyc timeout, history expiration and the (free) purse (per)
+account limit as arguments. Instead of a year, the string ``now`` can be
+given for the current year (this is mostly useful for test cases). The fees
+must be given in the usual Taler format of ``CURRENCY:NUMBER.FRACTION``.
+
+The subcommand takes no inputs from ``stdin`` or other subcommands.
+
+It outputs the signature affirming the global fees, in a format suitable for
+the ``upload`` subcommand.
+
+
enable-partner
--------------