Tooling
Module SDK
Modules
getAddHookAction

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

getAddHookAction

Get the action to add a hook to the multi-plexer.

Usage

const action = getAddHookAction({
  hook: '0x123...',
  hookType: HookType.GLOBAL,
})

Parameters

hook

The address of the hook to add.

hookType

The type of the hook to add.

sig (optional)

The function signature in the case that the hookType is HookType.SIG or HookType.TARGET.

Returns