Multisig Plugin
Provides validation functions for a k-of-n ownership scheme
Last updated
Provides validation functions for a k-of-n ownership scheme
Last updated
Multisig validation only works in the user operation context.
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.