summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2022-01-24 17:54:00 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2022-01-24 17:54:00 -0500
commit45b63d0994656e69cb3d74b226eaeef54bde4dc6 (patch)
treeabbc07a8a8e4afd97b42377d77e23e46187a6b5f /manpages
parent4dc26e1f6a33af7a49fc36a49326dba088834005 (diff)
downloaddocs-45b63d0994656e69cb3d74b226eaeef54bde4dc6.tar.gz
docs-45b63d0994656e69cb3d74b226eaeef54bde4dc6.tar.bz2
docs-45b63d0994656e69cb3d74b226eaeef54bde4dc6.zip
write ‘make-transaction’ description
(no example this time, since it's "legacy".)
Diffstat (limited to 'manpages')
-rw-r--r--manpages/libeufin-sandbox.1.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/manpages/libeufin-sandbox.1.rst b/manpages/libeufin-sandbox.1.rst
index d644bc44..ec97b7c1 100644
--- a/manpages/libeufin-sandbox.1.rst
+++ b/manpages/libeufin-sandbox.1.rst
@@ -111,7 +111,18 @@ It is an error if the demobank does not exist.
Command ``make-transaction``
============================
-.. WRITEME
+This is a "legacy" command, useful in a previous iteration of LibEuFin
+and for internal testing.
+It creates and records a wire transfer transaction in the database.
+
+It takes two arguments and several required options.
+The arguments are ``AMOUNT``, in ``CUR:X.Y`` format;
+and ``SUBJECT``, a short textual description of the transaction.
+The options are: ``--credit-account LABEL`` and ``--debit-account LABEL``,
+where each LABEL names a bank account that receiving and issuing,
+respectively, the wire transfer.
+The option ``--demobank NAME`` (default: ``default``) specifies
+in which demobank the wire transfer occurs.
.. note::