neo-go/cli
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
..
server *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
smartcontract *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
vm *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
wallet cli: implement wallet multisig sign command 2020-03-05 09:45:34 +03:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00