Skip to main content
Version: 1.13.1

Type Alias: VerificationPolicy

VerificationPolicy = { optionalCCVs: readonly string[]; optionalThreshold: number; requiredCCVs: readonly string[]; }

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