Trait polkadot_runtime_parachains::paras_inherent::pallet::Config [−][src]
pub trait Config: Config + Config + Config + Config {
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 WeightInfo: WeightInfo
type WeightInfo: WeightInfo
Weight information for extrinsics in this pallet.