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