Trait orml_vesting::WeightInfo
source · 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§
fn vested_transfer() -> Weight
fn claim(i: u32) -> Weight
fn update_vesting_schedules(i: u32) -> Weight
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
Default weights.