pub type Pools<T: Config> = StorageMap<_GeneratedPrefixForStoragePools<T>, Blake2_128Concat, PoolId, PoolInfoFor<T>>;
Expand description
State and configuration of each staking pool.
Storage type is [StorageMap
] with key type PoolId
and value type PoolInfoFor < T >
.
Aliased Type§
struct Pools<T: Config>(/* private fields */);