Function polkadot_runtime_common::paras_sudo_wrapper::pallet::dispatchables::sudo_queue_downward_xcm
source · pub fn sudo_queue_downward_xcm<T: Config>(id: Id, xcm: Box<VersionedXcm>)
Expand description
Send a downward XCM to the given para.
The given parachain should exist and the payload should not exceed the preconfigured
size config.max_downward_message_size
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::sudo_queue_downward_xcm
.