pub type Balances<T: Config> = StorageMap<_GeneratedPrefixForStorageBalances<T>, Blake2_128Concat, T::AccountId, Balance>;Expand description
Storage type is StorageMap with key type T :: AccountId and value type Balance.
Aliased Type§
pub struct Balances<T: Config>(/* private fields */);