Type Definition pallet_nomination_pools::pallet::Metadata

source ·
pub type Metadata<T: Config> = CountedStorageMap<_GeneratedPrefixForStorageMetadata<T>, Twox64Concat, PoolId, BoundedVec<u8, T::MaxMetadataLen>, ValueQuery>;
Expand description

Metadata for the pool.