Interface: CCIPExecution
Defined in: types.ts:338
Complete CCIP execution event with receipt, log, and timestamp.
Properties
error?
optionalerror?:Record<string,unknown> |null
Defined in: types.ts:344
parsed error (e.g. failure reason), if available.
log
log:
ChainLog
Defined in: types.ts:342
Log event from the execution.
receipt
receipt:
ExecutionReceipt
Defined in: types.ts:340
Execution receipt data.