Interface: CCIPExecution
Defined in: types.ts:381
Complete CCIP execution event with receipt, log, and timestamp.
Properties
log
log:
ChainLog
Defined in: types.ts:385
Log event from the execution.
receipt
receipt:
ExecutionReceipt
Defined in: types.ts:383
Execution receipt data.
timestamp
timestamp:
number
Defined in: types.ts:387
Unix timestamp of the execution.