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