Skip to main content
Version: 1.5.0

Interface: CCIPExecution

Defined in: types.ts:380

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

Properties

log

log: ChainLog

Defined in: types.ts:384

Log event from the execution.


receipt

receipt: ExecutionReceipt

Defined in: types.ts:382

Execution receipt data.


timestamp

timestamp: number

Defined in: types.ts:386

Unix timestamp of the execution.