Tooling
Module SDK
Modules
getOwnableExecutor

⚠️ 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)

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.