Trait pallet_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.