Crate cumulus_pallet_xcm
source ·Expand description
Pallet for stuff specific to parachains’ usage of XCM. Right now that’s just the origin
used by parachains when receiving Transact
messages from other parachains or the Relay chain
which must be natively represented.
Re-exports
pub use pallet::*;
Modules
- The module that hosts all the FRAME types needed to add this pallet to a runtime.
Structs
- For an incoming downward message, this just adapts an XCM executor and executes DMP messages immediately. Their origin is asserted to be the Parent location.
- For an incoming downward message, this just adapts an XCM executor and executes DMP messages immediately. Their origin is asserted to be the Parent location.
Functions
- Ensure that the origin
o
represents is the relay chain. ReturnsOk
if it does or anErr
otherwise. - Ensure that the origin
o
represents a sibling parachain. ReturnsOk
with the parachain ID of the sibling or anErr
otherwise.