-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API: gettransactions method #6680
API: gettransactions method #6680
Conversation
helixx87
commented
May 6, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit
cli/src/main/java/bisq/cli/table/builder/TransactionTableBuilder.java
Outdated
Show resolved
Hide resolved
c4cd62a
to
b96caa5
Compare
Thanks @alvasw for review and valuable suggestions regarding code quality. I introduced them here using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code changes look good to me! 👍
When I run bisq-cli --help
, I cannot find the gettransactions
method in the list.
gettxfeerate Get current tx fee rate in sats/byte
settxfeerate --tx-fee-rate=<sats/byte> Set custom tx fee rate in sats/byte
unsettxfeerate Unset custom tx fee rate
gettransaction --transaction-id=<transaction-id> Get transaction with id
createoffer --payment-account=<payment-account-id> \ Create and place an offer
--direction=<buy|sell> \
--currency-code=<currency-code> \
--amount=<btc-amount> \
b96caa5
to
9087e55
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK