Skip to main content
Version: 0.96.0

Interface: CCIPCommit

Defined in: types.ts:248

CCIP commit information containing the report and its log.

Properties

log

log: Log_

Defined in: types.ts:252

Log event from the commit.


report

report: { maxSeqNr: bigint; merkleRoot: string; minSeqNr: bigint; onRampAddress: string; sourceChainSelector: bigint; }

Defined in: types.ts:250

The commit report data.

maxSeqNr

maxSeqNr: bigint

merkleRoot

merkleRoot: string

minSeqNr

minSeqNr: bigint

onRampAddress

onRampAddress: string

sourceChainSelector

sourceChainSelector: bigint