[][src]Trait eq_balances::WeightInfo

pub trait WeightInfo {
    fn transfer(b: u32) -> Weight;
fn deposit(b: u32) -> Weight;
fn burn(b: u32) -> Weight; }

Required methods

fn transfer(b: u32) -> Weight

fn deposit(b: u32) -> Weight

fn burn(b: u32) -> Weight

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...