Skip to main content
Version: 1.0.0

Interface: CCIPExecution

Defined in: types.ts:375

Complete CCIP execution event with receipt, log, and timestamp.

Properties

log

log: ChainLog

Defined in: types.ts:379

Log event from the execution.


receipt

receipt: ExecutionReceipt

Defined in: types.ts:377

Execution receipt data.


timestamp

timestamp: number

Defined in: types.ts:381

Unix timestamp of the execution.