[][src]Trait pallet_vesting::WeightInfo

pub trait WeightInfo {
    pub fn vest_locked(l: u32) -> Weight;
pub fn vest_unlocked(l: u32) -> Weight;
pub fn vest_other_locked(l: u32) -> Weight;
pub fn vest_other_unlocked(l: u32) -> Weight;
pub fn vested_transfer(l: u32) -> Weight;
pub fn force_vested_transfer(l: u32) -> Weight; }

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...