Skip to main content
Version: 1.10.2

Variable: CCIPVersion

const CCIPVersion: { V1_2: "1.2.0"; V1_5: "1.5.0"; V1_6: "1.6.0"; V2_0: "2.0.0"; }

Defined in: types.ts:76

Enumeration of supported CCIP protocol versions.

Type Declaration

V1_2

readonly V1_2: "1.2.0" = '1.2.0'

V1_5

readonly V1_5: "1.5.0" = '1.5.0'

V1_6

readonly V1_6: "1.6.0" = '1.6.0'

V2_0

readonly V2_0: "2.0.0" = '2.0.0'