Trait pallet_balances::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn transfer() -> Weight;
fn transfer_keep_alive() -> Weight;
fn set_balance_creating() -> Weight;
fn set_balance_killing() -> Weight;
fn force_transfer() -> Weight; }

Weight functions needed for pallet_balances.

Required methods

fn transfer() -> Weight[src]

fn transfer_keep_alive() -> Weight[src]

fn set_balance_creating() -> Weight[src]

fn set_balance_killing() -> Weight[src]

fn force_transfer() -> Weight[src]

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

impl<T: Config> WeightInfo for SubstrateWeight<T>[src]

Loading content...