Trait pallet_beefy::WeightInfo

source ·
pub trait WeightInfo {
    // Required methods
    fn report_voting_equivocation(
        votes_count: u32,
        validator_count: u32,
        max_nominators_per_validator: u32,
    ) -> Weight;
    fn set_new_genesis() -> Weight;
}

Required Methods§

source

fn report_voting_equivocation( votes_count: u32, validator_count: u32, max_nominators_per_validator: u32, ) -> Weight

source

fn set_new_genesis() -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn report_voting_equivocation( votes_count: u32, validator_count: u32, max_nominators_per_validator: u32, ) -> Weight

source§

fn set_new_genesis() -> Weight

Implementors§