cosmos-sdk/x/auth/client
Alessio Treglia 65ea305336
x/auth: add sign-batch command (#6350)
The command processes list of transactions from file
(one StdTx each line), generate signed transactions
or signatures and print their JSON encoding, delimited
by '\n'. As the signatures are generated, the command
increments the sequence number automatically.

Author: @jgimeno
Reviewed-by: @alessio
2020-06-08 17:19:29 +02:00
..
cli x/auth: add sign-batch command (#6350) 2020-06-08 17:19:29 +02:00
rest client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
testutil x/auth: add sign-batch command (#6350) 2020-06-08 17:19:29 +02:00
query.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
rest.go client: rename CliContext to Context (#6290) 2020-06-01 12:46:03 +00:00
tx_test.go x/auth: add sign-batch command (#6350) 2020-06-08 17:19:29 +02:00
tx.go x/auth: add sign-batch command (#6350) 2020-06-08 17:19:29 +02:00