Trait orml_tokens::WeightInfo[][src]

pub trait WeightInfo {
    fn transfer() -> Weight;
fn transfer_all() -> Weight;
fn transfer_keep_alive() -> Weight;
fn force_transfer() -> Weight;
fn set_balance() -> Weight; }
Expand description

Weight functions needed for orml_tokens.

Required methods

Implementations on Foreign Types

Default weights.

Implementors