Trait polkadot_runtime_parachains::initializer::pallet::Config
source · pub trait Config: Config + Config + Config + Config + Config + Config + Config + Config + Config + Config + Config {
type Randomness: Randomness<Self::Hash, Self::BlockNumber>;
type ForceOrigin: EnsureOrigin<<Self as Config>::RuntimeOrigin>;
type WeightInfo: WeightInfo;
}
Expand description
Configuration trait of this pallet.
Implement this type for a runtime in order to customize this pallet.
Required Associated Types§
sourcetype Randomness: Randomness<Self::Hash, Self::BlockNumber>
type Randomness: Randomness<Self::Hash, Self::BlockNumber>
A randomness beacon.
sourcetype ForceOrigin: EnsureOrigin<<Self as Config>::RuntimeOrigin>
type ForceOrigin: EnsureOrigin<<Self as Config>::RuntimeOrigin>
An origin which is allowed to force updates to parachains.
sourcetype WeightInfo: WeightInfo
type WeightInfo: WeightInfo
Weight information for extrinsics in this pallet.