Creating a Multisig
The IOV Name Service supports multisig account
Once you have created your addresses, you can create a multisig address from multiple addresses with the flags --multisig
and --multisig-threshold
Flag | Description |
--multisig | the list of addresses which can sign the multisig |
--multisig-threshold | the minimum number of signatures required to validate a multisignature |
You can check that the multisig has been created correctly by show
ing it
Last updated