summaryrefslogtreecommitdiff
path: root/manpages/taler-exchange-offline.1.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-22 19:40:07 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-22 19:40:07 +0100
commitabf393839de69fa96616479e5ef1e68bea6b58f4 (patch)
tree4764dcd216717f15c181051811ab1e56bb8722ee /manpages/taler-exchange-offline.1.rst
parentf7ff87358870419d91c58ece8d3cffe666efd9b2 (diff)
downloaddocs-abf393839de69fa96616479e5ef1e68bea6b58f4.tar.gz
docs-abf393839de69fa96616479e5ef1e68bea6b58f4.tar.bz2
docs-abf393839de69fa96616479e5ef1e68bea6b58f4.zip
document new taler-exchange-offline subcommands
Diffstat (limited to 'manpages/taler-exchange-offline.1.rst')
-rw-r--r--manpages/taler-exchange-offline.1.rst39
1 files changed, 39 insertions, 0 deletions
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
------