Expand description
Kernel smart wallet contract
interface IKernel {
function execute(bytes32 mode, bytes calldata executionCalldata) external payable returns (bytes memory);
}Structs§
- IKernel
Instance - A
IKernelinstance. - execute
Call - Function with signature
execute(bytes32,bytes)and selector0xe9ae5c53. - execute
Return - Container type for the return parameters of the
execute(bytes32,bytes)function.
Enums§
- IKernel
Calls - Container for all the
IKernelfunction calls.