force_xcm_version: TxDescriptor<{
    location: {
        interior: XcmV3Junctions;
        parents: number;
    };
    version: number;
}>

Extoll that a particular destination can be communicated with through a particular version of XCM.

  • origin: Must be an origin specified by AdminOrigin.
  • location: The destination that is being described.
  • xcm_version: The latest version of XCM that location supports.