pub trait WeightInfo {
    // Required methods
    fn phragmen(v: u32, t: u32, d: u32) -> Weight;
    fn phragmms(v: u32, t: u32, d: u32) -> Weight;
}
Expand description

Weight functions needed for pallet_election_provider_support_benchmarking.

Required Methods§

source

fn phragmen(v: u32, t: u32, d: u32) -> Weight

source

fn phragmms(v: u32, t: u32, d: u32) -> Weight

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn phragmen(v: u32, t: u32, d: u32) -> Weight

source§

fn phragmms(v: u32, t: u32, d: u32) -> Weight

Implementors§