[][src]Trait substrate_subxt::balances::Balances

pub trait Balances: System {
    type Balance: Parameter + Member + AtLeast32Bit + Codec + Default + Copy + MaybeSerialize + Debug + From<Self::BlockNumber>;
}

The subset of the pallet_balances::Trait that a client must implement.

Associated Types

type Balance: Parameter + Member + AtLeast32Bit + Codec + Default + Copy + MaybeSerialize + Debug + From<Self::BlockNumber>

The balance of an account.

Loading content...

Implementors

impl Balances for DefaultNodeRuntime[src]

type Balance = u128

impl Balances for KusamaRuntime[src]

type Balance = u128

impl Balances for NodeTemplateRuntime[src]

type Balance = u128

Loading content...