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

Required Methods§

source

fn report_equivocation(validator_count: u32) -> Weight

source

fn note_stalled() -> Weight

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn report_equivocation(validator_count: u32) -> Weight

source§

fn note_stalled() -> Weight

Implementors§