Type Alias XcmVersionedXcm

XcmVersionedXcm: Enum<{
    V2: XcmV2Instruction;
    V3: XcmV3Instruction;
    V4: XcmV4Instruction;
}>