pub type Balances<T: Config> = StorageMap<_GeneratedPrefixForStorageBalances<T>, Blake2_128Concat, T::AccountId, Balance>;
Expand description

A mapping from T::AccountId to Balance

Storage type is StorageMap with key type T :: AccountId and value type Balance.

Aliased Type§

struct Balances<T: Config>(/* private fields */);