Type Alias: VerifierResult
VerifierResult = {
ccvData:BytesLike;destAddress:string;sourceAddress:string;timestamp?:number; }
Defined in: types.ts:210
OffChain Verification result for a CCIP v2.0 message, returned by the indexer API.
Properties
ccvData
ccvData:
BytesLike
Defined in: types.ts:212
Verification data required for destination execution (e.g. signatures).
destAddress
destAddress:
string
Defined in: types.ts:216
Destination CCV contract address.
sourceAddress
sourceAddress:
string
Defined in: types.ts:214
Source CCV contract address.
timestamp?
optionaltimestamp?:number
Defined in: types.ts:218
Timestamp of the attestation (Unix seconds).