export interface RawVMLog { readonly type: 'Log'; readonly containerHash?: Hash256String; readonly callingScriptHash: UInt160Hex; readonly message: string; readonly position: number; }