pub type NextCollectionId<T: Config<I>, I: 'static = ()> = StorageValue<_GeneratedPrefixForStorageNextCollectionId<T, I>, T::CollectionId, OptionQuery>;Expand description
Stores the CollectionId that is going to be used for the next collection.
This gets incremented whenever a new collection is created.
Storage type is [StorageValue] with value type T :: CollectionId.
Aliased Type§
struct NextCollectionId<T: Config<I>, I: 'static = ()>(/* private fields */);