Sign
Last updated
The subcommand can be used to sign a transaction.
(string) transaction— The JSON string or filename defining the transaction to sign (required).
-k, --private-key TEXT — The private key that will be used to sign the transaction.
-c, --chain-id TEXT — The chain id that will be used to sign the transaction.
-p, --push-transaction — Push transaction after signing.
$ cleos sign [OPTIONS] <transaction>Last updated