mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Add method help doc
This commit is contained in:
parent
9efeee83e3
commit
13d0d3e9f1
27
core/src/main/resources/help/gettransaction-help.txt
Normal file
27
core/src/main/resources/help/gettransaction-help.txt
Normal file
@ -0,0 +1,27 @@
|
||||
gettransaction
|
||||
|
||||
NAME
|
||||
----
|
||||
gettransaction - get transaction summary
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
gettransaction
|
||||
--transaction-id=<transaction-id>
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
Returns a very brief summary of a BTC transaction created by the Bisq server.
|
||||
|
||||
To see full transaction details, use a bitcoin-core client or an online block explorer.
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
--transaction-id
|
||||
The ID of the BTC transaction.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
To see the summary of a transaction with ID 282dc2a5755219a49ee9f6d46a31a2cbaec6624beba96548180eccb1f004cdd8:
|
||||
$ ./bisq-cli --password=xyz --port=9998 gettransaction \
|
||||
-transaction-id=282dc2a5755219a49ee9f6d46a31a2cbaec6624beba96548180eccb1f004cdd8
|
Loading…
Reference in New Issue
Block a user