Trait orml_currencies::WeightInfo[][src]

pub trait WeightInfo {
    fn transfer_non_native_currency() -> Weight;
fn transfer_native_currency() -> Weight;
fn update_balance_non_native_currency() -> Weight;
fn update_balance_native_currency_creating() -> Weight;
fn update_balance_native_currency_killing() -> Weight; }
Expand description

Weight functions needed for module_currencies.

Required methods

Implementations on Foreign Types

Default weights.

Implementors