Trait pallet_babe::WeightInfo [−][src]
pub trait WeightInfo {
fn plan_config_change() -> Weight;
fn report_equivocation(validator_count: u32) -> Weight;
}Required methods
fn plan_config_change() -> Weightfn report_equivocation(validator_count: u32) -> Weight