From abf393839de69fa96616479e5ef1e68bea6b58f4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 22 Jan 2023 19:40:07 +0100 Subject: document new taler-exchange-offline subcommands --- manpages/taler-exchange-offline.1.rst | 39 +++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'manpages/taler-exchange-offline.1.rst') diff --git a/manpages/taler-exchange-offline.1.rst b/manpages/taler-exchange-offline.1.rst index f9a380ad..21d0275b 100644 --- a/manpages/taler-exchange-offline.1.rst +++ b/manpages/taler-exchange-offline.1.rst @@ -365,6 +365,45 @@ The arguments provided must include: (9) History fee charged when inquiring about non-recent account history. +aml-enable +---------- + +Enable AML officer's account, granting them access to AML data and, +if 'rw' is given, the power to make AML decisions. + +The arguments provided must include: + + (1) AML staff member public key (in base32 encoding) + (2) AML staff member legal name + (3) 'ro' or 'rw' to set access to read-only or read-write + + +aml-disable +----------- + +Disable AML officer's account. Also updates the legal name. + +The arguments provided must include: + + (1) AML staff member public key (in base32 encoding) + (2) AML staff member legal name + + +add-partner +----------- + +Add partner exchange for wad transfers. Enables P2P payments +between users of these exchanges. + +The arguments provided must include: + + (1) Master public key of the partner exchange. + (2) Base URL of the partner exchange API. + (3) Wad fee to charge. + (4) Wad transfer frequency. + (5) Year for which the above options are to be configured, 'now' for the current year. + + upload ------ -- cgit v1.2.3