Skip to content
@ecp.eth/protocol

Hooks

Type definitions for hook-related structs

Structs

Permissions

Struct defining which hook functions are enabled

Each boolean indicates whether the corresponding hook function is enabled

  • onInitialize: (bool)

  • onCommentAdd: (bool)

  • onCommentDelete: (bool)

  • onCommentEdit: (bool)

  • onChannelUpdate: (bool)

  • onCommentHookDataUpdate: (bool)