koinos / koinos-cli

A command line utility used for key management and to interact with the Koinos blockchain.
Other
9 stars 7 forks source link

[FEATURE]: Ability to set payer #130

Closed youkaicountry closed 2 years ago

youkaicountry commented 2 years ago

Is there an existing issue for this?

New feature

CLI should have a way to set an alternate payer

Suggested implementation:

A command in the form payer [payer:address] which sets the payer address for all transactions. the single argument is optional. If it is not set then the command displays the currently set payer.

If the address if given as me, then the payer will default to the currently open wallet at the time of signing the transaction.

Anything else?

No.