pub trait 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.

Required Associated Types§

Weight information for extrinsics in this pallet.

Implementors§

impl Config for Runtime

impl Config for Runtime

impl Config for Runtime

impl Config for Runtime