Expand description
Declaration of the parachain specific origin and a pallet that hosts it.
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_
parachain - Ensure that the origin
orepresents a parachain. ReturnsOkwith the parachain ID that effected the extrinsic or anErrotherwise.