Type Alias: VerificationPolicy
VerificationPolicy = {
optionalCCVs: readonlystring[];optionalThreshold:number;requiredCCVs: readonlystring[]; }
Defined in: types.ts:225
The CCV policy a CCIP v2.0 destination enforces for a message (OffRamp.getCCVsForMessage):
every required CCV, plus at least optionalThreshold of the optional ones, must be attested.
Properties
optionalCCVs
optionalCCVs: readonly
string[]
Defined in: types.ts:226
optionalThreshold
optionalThreshold:
number
Defined in: types.ts:228
requiredCCVs
requiredCCVs: readonly
string[]
Defined in: types.ts:227