Trait pallet_babe::WeightInfo

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

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§