Trait pallet_grandpa::WeightInfo[][src]

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

Required methods

fn report_equivocation(validator_count: u32) -> Weight[src]

fn note_stalled() -> Weight[src]

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...