export interface RawLog { readonly type: 'Log'; readonly containerHash?: UInt256; readonly callingScriptHash: UInt160; readonly message: string; }