referrerpolicy=no-referrer-when-downgrade
pub trait WeightInfo {
    // Required methods
    fn register_not_full() -> Weight;
    fn register_eject() -> Weight;
    fn submit_page() -> Weight;
    fn unset_page() -> Weight;
    fn bail() -> Weight;
    fn clear_old_round_data(p: u32) -> Weight;
}
Expand description

Weight functions needed for pallet_election_provider_multi_block_signed.

Required Methods§

Source

fn register_not_full() -> Weight

Source

fn register_eject() -> Weight

Source

fn submit_page() -> Weight

Source

fn unset_page() -> Weight

Source

fn bail() -> Weight

Source

fn clear_old_round_data(p: u32) -> 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 bail() -> Weight

Source§

fn clear_old_round_data(_p: u32) -> Weight

Source§

fn register_eject() -> Weight

Source§

fn register_not_full() -> Weight

Source§

fn submit_page() -> Weight

Source§

fn unset_page() -> Weight

Implementors§

Source§

impl<T: Config> WeightInfo for pallet_election_provider_multi_block::weights::kusama::MultiBlockSignedWeightInfo<T>

Source§

impl<T: Config> WeightInfo for pallet_election_provider_multi_block::weights::polkadot::MultiBlockSignedWeightInfo<T>