Function pallet_xcm::pallet::dispatchables::force_subscribe_version_notify
source · pub fn force_subscribe_version_notify<T: Config>(
location: Box<VersionedLocation>,
)
Expand description
Ask a location to notify us regarding their XCM version and any changes to it.
origin
: Must be an origin specified by AdminOrigin.location
: The location to which we should subscribe for XCM version notifications.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_subscribe_version_notify
.