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

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>[src]

The balance of an account.

Loading content...

Implementors

Loading content...