export interface RawVMNotification { readonly type: 'Notification'; readonly scriptHash: UInt160Hex; readonly eventName: string; readonly state: readonly ContractParameter[] | string; }