pub fn force_default_xcm_version<T: Config>(
    maybe_xcm_version: Option<XcmVersion>
)
Expand description

Set a safe XCM version (the version that XCM should be encoded with if the most recent version a destination can accept is unknown).

  • origin: Must be an origin specified by AdminOrigin.
  • maybe_xcm_version: The default XCM encoding version, or None to disable.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::force_default_xcm_version.