Skip to main content
Version: 1.12.0

Type Alias: ChainLog

ChainLog = Simplify<Pick<Writable<EVMLog>, "topics" | "index" | "address" | "blockNumber" | "transactionHash"> & { blockTimestamp: number; data: BytesLike | Record<string, unknown>; tx?: SetOptional<ChainTransaction, "logs">; }>

Defined in: types.ts:121

Generic log structure compatible across chain families.