Trait pallet_grandpa::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn report_equivocation(validator_count: u32) -> Weight;
fn note_stalled() -> Weight;
}
Required Methods§
fn report_equivocation(validator_count: u32) -> Weight
fn note_stalled() -> Weight
Object Safety§
This trait is not object safe.