Interface: CCIPExecution
Defined in: types.ts:376
Complete CCIP execution event with receipt, log, and timestamp.
Properties
log
log:
ChainLog
Defined in: types.ts:380
Log event from the execution.
receipt
receipt:
ExecutionReceipt
Defined in: types.ts:378
Execution receipt data.
timestamp
timestamp:
number
Defined in: types.ts:382
Unix timestamp of the execution.