referrerpolicy=no-referrer-when-downgrade

Pools

Type Alias Pools 

Source
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§

pub struct Pools<T: Config>(/* private fields */);