pub trait WeightInfo {
    // Required method
    fn step(x: u32) -> Weight;
}
Expand description

Weight functions needed for vesting_mbm.

Required Methods§

source

fn step(x: u32) -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn step(x: u32) -> Weight

Storage: Vesting::Vesting (r:2 w:1) Proof: Vesting::Vesting (max_values: None, max_size: Some(1057), added: 3532, mode: MaxEncodedLen) The range of component x is [1, 28].

Implementors§

source§

impl<T: Config> WeightInfo for SubstrateWeight<T>