Multisig of Multisigs using multisig_account #442
-
Discord user ID721329822344937482 Describe your question in detail.I'm trying to implement a multisig of multisigs using the multisig_account contract in the core framework. Has anyone ever tried this? Is this possible/impossible? Anyone has any example code? Please let me know. Thanks! What error, if any, are you getting?No response What have you tried or looked at? Or how can we reproduce the error?No response Which operating system are you using?macOS Which SDK or tool are you using? (if any)TypeScript SDK Describe your environment or tooling in detailNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I guess it would be mostly possible, except for the final multisig execution. Note that, I would generally not recommend multisig of multisigs, as it will create a lot of operational burden / you are more likely to lose access to it because of the complexity. That being said, if you're looking for a multisig of multisigs, I suggest you do a two level:
|
Beta Was this translation helpful? Give feedback.
I guess it would be mostly possible, except for the final multisig execution.
Note that, I would generally not recommend multisig of multisigs, as it will create a lot of operational burden / you are more likely to lose access to it because of the complexity.
That being said, if you're looking for a multisig of multisigs, I suggest you do a two level:
MultiKey
which is off-chain multisig, these will be your accounts used for submitting approvals to the second levelOn chain multisig
which will take in approvals from theMultiKey