pub trait WeightInfo {
    // Required methods
    fn plan_config_change() -> Weight;
    fn report_equivocation(
        validator_count: u32,
        max_nominators_per_validator: u32
    ) -> Weight;
}

Required Methods§

source

fn plan_config_change() -> Weight

source

fn report_equivocation( validator_count: u32, max_nominators_per_validator: u32 ) -> Weight

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn plan_config_change() -> Weight

source§

fn report_equivocation( validator_count: u32, max_nominators_per_validator: u32 ) -> Weight

Implementors§