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§
- pallet
- The
palletmodule in each FRAME pallet hosts the most important items needed to construct this pallet.
Functions§
- ensure_
relay - Ensure that the origin
orepresents is the relay chain. ReturnsOkif it does or anErrotherwise. - ensure_
sibling_ para - Ensure that the origin
orepresents a sibling parachain. ReturnsOkwith the parachain ID of the sibling or anErrotherwise.