getOwnableExecutor
Get the ownable executor module object.
Usage
const module = getOwnableExecutor({
owner: '0x123...',
})
Parameters
owner
The address of the owner of the owned account on which the module is installed.
hook (optional)
The address of the hook module to associate with. This is only required for the Kernel account.
Returns
module
The ownable executor module object.