Tooling
Module SDK
Modules
Omni Account
getAccountLockerTargetExecutor

⚠️ Deprecation Notice

ModuleSDK was developed by Rhinestone and is no longer actively supported. For new projects, we recommend using the Rhinestone SDK instead.

Rhinestone SDK Documentation (opens in a new tab)

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.