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
- Type: HookType
The type of the hook to add.
sig (optional)
- Type: Hex(opens in a new tab)
The function signature in the case that the hookType is HookType.SIG or HookType.TARGET.