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