-
Notifications
You must be signed in to change notification settings - Fork 57
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
bulwark-cli support transaction export #119
Comments
We do have gettransaction and gettxout from the cli plus a few other get commands, let us know if this suffices |
@padraiq I was referring to programmatic access to the Export button on the transaction tab. |
RPC Commands to pull transaction information for accounts.
This will list the accounts and their balances.
This will return the transactions for an account. |
I wouldn't call this the same, as the outputs are the raw non pretty cleaned up stuff that the export button provides... It's a work around that requires some heavy data massaging / further commands to get the same dataset. @dustinengle |
Would a RPC command like |
@dustinengle yea, that's literally how I was thinking when I requested this originally. Something Like This: |
Title says it all, programmatic access to exporting transactions via cli would be awesome.
The text was updated successfully, but these errors were encountered: