Compare commits

..

1 Commits

Author SHA1 Message Date
tequ
6467d7806c 4.1.1 2026-07-03 15:47:17 +09:00
2 changed files with 0 additions and 8 deletions

View File

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

View File

@@ -37,11 +37,6 @@ 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.
*/