Module polkadot_runtime_parachains::origin::pallet
source · 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_error_token_57 as tt_error_token;
pub use __tt_default_parts_63 as tt_default_parts;
Structs
- The pallet implementing the on-chain logic.
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
- ModuleDeprecatedType alias to
Pallet
, to be used byconstruct_runtime
.