Type Alias 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 >.
Aliased Type§
struct BondedPools<T: Config>(/* private fields */);