Trait pallet_balances::Subtrait [−][src]
Associated Types
type Balance: Parameter + Member + AtLeast32BitUnsigned + Codec + Default + Copy + MaybeSerializeDeserialize + Debug
[src]
The balance of an account.
type ExistentialDeposit: Get<Self::Balance>
[src]
The minimum amount required to keep an account open.
type AccountStore: StoredMap<Self::AccountId, AccountData<Self::Balance>>
[src]
The means of storing the balances of an account.
type WeightInfo: WeightInfo
[src]
Weight information for the extrinsics in this pallet.
type MaxLocks: Get<u32>
[src]
The maximum number of locks that should exist on an account. Not strictly enforced, but used for weight estimation.