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 >.

Aliased Type§

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