Multisig Plugin
Provides validation functions for a k-of-n ownership scheme
Multisig validation only works in the user operation context.
Core features
Multisig user operation validation on native account functions (
installPlugin
,uninstallPlugin
,execute
,executeBatch
,upgradeToAndCall
).An execution function that modifies account ownership by adding or removing owners, and/or modifies the threshold. This is guarded by the above validation function.
Support for ERC-1271 smart contract signatures based on the same multisig scheme.
Variable gas feature that allows for more flexibility and control over gas spent.
Resources
Authors
Last updated