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.
Storage type is CountedStorageMap
with key type PoolId and value type BoundedVec < u8, T :: MaxMetadataLen >.