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.
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.