burrow
burrow copied to clipboard
[CLI] Add `burrow tx formulate call` to formulate call transactions
Implement the ability to formulate CallTx transactions. The code for this exists in burrow deply and the existing implementation of burrow tx formulate send
There is no help message being displayed by burrow tx formulate -h either this is because some of the setup is run in the main body of the formulate sub-command. it needs to specfied with cmd.Before = funct() { ... }