pub trait Config: Config {
    type RuntimeEvent: From<Event<Self>> + IsType<<Self as Config>::RuntimeEvent>;
    type WeightInfo: WeightInfo;
}
Expand description

Security configuration

Required Associated Types§

Events

Weights

Implementors§