Add missing HookCanEmit field to HookDefinition

This commit is contained in:
tequ
2026-07-10 21:43:36 +09:00
parent 6edc5a4a83
commit d726dc86c3

View File

@@ -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.
*/