burrow icon indicating copy to clipboard operation
burrow copied to clipboard

[CLI] Add `burrow tx formulate call` to formulate call transactions

Open gregdhill opened this issue 6 years ago • 1 comments

Implement the ability to formulate CallTx transactions. The code for this exists in burrow deply and the existing implementation of burrow tx formulate send

gregdhill avatar Jun 21 '19 10:06 gregdhill

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() { ... }

silasdavis avatar Sep 29 '19 12:09 silasdavis