Module polkadot_runtime_parachains::origin::pallet [−][src]
Expand description
There is no way to register an origin type in construct_runtime
without a pallet the origin
belongs to.
This module fulfills only the single purpose of housing the Origin
in construct_runtime
.
Re-exports
pub use __tt_default_parts_48 as tt_default_parts;
Structs
Enums
Contains one variant per dispatchable that can be called by an extrinsic.
Origin for the parachains.
Traits
Configuration trait of this pallet.
Type Definitions
ModuleDeprecated
Type alias to Pallet
, to be used by construct_runtime
.