getRemoveHookAction
Get the action to remove a hook from the multi-plexer.
Usage
const action = getRemoveHookAction({
hook: "0x123...",
hookType: HookType.GLOBAL,
});
Parameters
hook
The address of the hook to remove.
hookType
- Type:
HookType
The type of the hook to remove.
sig (optional)
- Type:
Hex
(opens in a new tab)
The function signature in the case that the hookType is HookType.SIG
or HookType.TARGET
.
Returns
action
- Type:
Action
The action to remove the given hook.