[][src]Trait eq_vesting::WeightInfo

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

Required methods

fn vest_locked(l: u32) -> Weight

fn vest_unlocked(l: u32) -> Weight

fn vest_other_locked(l: u32) -> Weight

fn vest_other_unlocked(l: u32) -> Weight

fn vested_transfer(l: u32) -> Weight

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...