export interface RawApplicationLogData { readonly txId?: string; readonly blockHash?: string; readonly executions: readonly RawExecutionData[]; }