iroha
iroha copied to clipboard
Implement Multi-Signature Transactions via Client CLI
Objective:
Requirements:
- blocked by #4373
situation might be quite different after #4788. Do we close this ticket?
I think #4788 realized multisig by combination of some existing instructions, which would require no additional commands to clients. What is your opinion @Erigara ?
Yes, it is done by calling triggers, currently calling triggers is not supported by client cli, but json command can be used.
Also since multi-signature transactions are opt in, there is not much sense to include it into client cli.