getAccountLockerTargetExecutor
Get the module installation data for the account locker target executor. This executor is used to execute the user action on the target chain.
Usage
const module = getAccountLockerTargetExecutor({
moduleType: 'executor'
});
Parameters
moduleType
- Type:
executor | fallback
The type to install the module as.
hook (optional)
The address of the hook module to associate with. This is only required for the Kernel account.
Returns
module
The account locker target executor module object.