const CCIPVersion: { V1_2: "1.2.0"; V1_5: "1.5.0"; V1_6: "1.6.0"; }
Defined in: types.ts:87
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'