pub type AccountStakes<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageAccountStakes<T>, Blake2_128Concat, T::AccountId, BoundedVec<Stake<Balance, T::BlockNumber>, T::StakeAccountCap>, ValueQuery>;
Expand description

Account staking by CurrencyID