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

Required Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§