pub type Account<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageAccount<T, I>, Blake2_128Concat, T::AccountId, AccountData<T::Balance>, ValueQuery, GetDefault, ConstU32<300_000>>;
Expand description

The balance of an account.

NOTE: This is only used in the case that this pallet is used to store balances.