referrerpolicy=no-referrer-when-downgrade
pallet_beefy

Trait 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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so 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§