IGovernanceDelegate

Git Source

Interface for governance contract delegation

Functions

canExecuteFor

function canExecuteFor(address wallet, bytes4 selector) external view returns (bool);

executeOnWallet

function executeOnWallet(address wallet, bytes calldata data) external returns (bytes memory);

Last updated

Was this helpful?