Module polkadot_runtime_parachains::origin
source · Expand description
Declaration of the parachain specific origin and a pallet that hosts it.
Re-exports§
pub use pallet::*;
Modules§
- The
pallet
module in each FRAME pallet hosts the most important items needed to construct this pallet.
Functions§
- Ensure that the origin
o
represents a parachain. ReturnsOk
with the parachain ID that effected the extrinsic or anErr
otherwise.