taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 45b63d0994656e69cb3d74b226eaeef54bde4dc6
parent 4dc26e1f6a33af7a49fc36a49326dba088834005
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon, 24 Jan 2022 17:54:00 -0500

write ‘make-transaction’ description

(no example this time, since it's "legacy".)

Diffstat:
Mmanpages/libeufin-sandbox.1.rst | 13++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git 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::