neo-go/cli/wallet
Evgenii Stratonikov a9783d05f5 cli: implement wallet multisig sign command
Implement ability to sign transactions with multisig address.
This should be done in several steps:
1. Create TX with `wallet transfer --out <file>`
2. Sign TX with `wallet multisign sign --in <file> --out <file2>`.
3. Repeat 2 for every party.
Input file contains transaction with possibly incomplete
set of the signatures. Output file will contain the same tx
with updated signature set.
When --rpc flag is provided, result transaction is sent
via `sendrawtransaction`.
2020-03-05 09:45:34 +03:00
..
multisig.go cli: implement wallet multisig sign command 2020-03-05 09:45:34 +03:00
wallet.go cli: implement wallet multisig sign command 2020-03-05 09:45:34 +03:00