Trait WeightInfo
pallet_grandpa
pub trait WeightInfo { fn report_equivocation(validator_count: u32) -> Weight; fn note_stalled() -> Weight; }
fn report_equivocation(validator_count: u32) -> Weight
fn note_stalled() -> Weight
impl WeightInfo for ()