From d726dc86c319cb198a472f797348317fb8496fe4 Mon Sep 17 00:00:00 2001 From: tequ Date: Fri, 10 Jul 2026 21:43:36 +0900 Subject: [PATCH] Add missing HookCanEmit field to HookDefinition --- packages/xahau/src/models/ledger/HookDefinition.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/xahau/src/models/ledger/HookDefinition.ts b/packages/xahau/src/models/ledger/HookDefinition.ts index 75c21ba9..8d564ace 100644 --- a/packages/xahau/src/models/ledger/HookDefinition.ts +++ b/packages/xahau/src/models/ledger/HookDefinition.ts @@ -37,6 +37,11 @@ export default interface HookDefintion */ HookOnOutgoing?: string + /** + * The transactions that can emit from the hook. Represented as a 256Hash + */ + HookCanEmit?: string + /** * The namespace of the hook. */