pub trait WeightInfo {
    fn vested_transfer() -> Weight;
    fn claim(i: u32) -> Weight;
    fn update_vesting_schedules(i: u32) -> Weight;
}
Expand description

Weight functions needed for orml_vesting.

Required Methods§

Implementations on Foreign Types§

Default weights.

Implementors§