Compare commits

..

2 Commits

Author SHA1 Message Date
tequ
5cc6bfb5e6 Update history 2026-07-10 21:45:03 +09:00
tequ
d726dc86c3 Add missing HookCanEmit field to HookDefinition 2026-07-10 21:43:36 +09:00
2 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
## Unreleased Changes
### Fixed
* Add missing HookCanEmit field to HookDefinition
### 4.1.1 (2026-07-03)
### Fixed

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