[][src]Trait pallet_balances::WeightInfo

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

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...