mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-07-24 15:40:14 +00:00
Add missing HookCanEmit field to HookDefinition
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user