Type Definition pallet_nomination_pools::pallet::BondedPools
source · pub type BondedPools<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageBondedPools<T>, Twox64Concat, PoolId, BondedPoolInner<T>>;
Expand description
Storage for bonded pools.
Storage type is CountedStorageMap
with key type PoolId and value type BondedPoolInner < T >.