fix HookReturnCode type

This commit is contained in:
Denis Angell
2023-09-11 09:02:31 +02:00
parent bbfd0ff242
commit 3405bceed4

View File

@@ -8,7 +8,7 @@ export interface HookExecution {
HookHash: string
HookInstructionCount: string
HookResult: number
HookReturnCode: number
HookReturnCode: string
HookReturnString: string
HookStateChangeCount: number
}