referrerpolicy=no-referrer-when-downgrade

Type Alias CollectionMaxSupply

Source
pub type CollectionMaxSupply<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageCollectionMaxSupply<T, I>, Blake2_128Concat, T::CollectionId, u32, OptionQuery>;
Expand description

Keeps track of the number of items a collection might have.

Storage type is [StorageMap] with key type T :: CollectionId and value type u32.

Aliased Type§

struct CollectionMaxSupply<T: Config<I>, I: 'static = ()>(/* private fields */);