Type Alias pallet_pool_system::pallet::Pool

source ·
pub type Pool<T: Config> = StorageMap<_GeneratedPrefixForStoragePool<T>, Blake2_128Concat, T::PoolId, PoolDetailsOf<T>>;
Expand description

Storage type is [StorageMap] with key type T :: PoolId and value type PoolDetailsOf < T >.

Aliased Type§

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