[][src]Trait pallet_grandpa::WeightInfo

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

Required methods

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

pub fn note_stalled() -> Weight[src]

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...