Type Alias pallet_nfts::pallet::CollectionConfigOf
source · pub type CollectionConfigOf<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageCollectionConfigOf<T, I>, Blake2_128Concat, T::CollectionId, CollectionConfigFor<T, I>, OptionQuery>;
Expand description
Config of a collection.
Storage type is [StorageMap
] with key type T :: CollectionId
and value type CollectionConfigFor < T, I >
.
Aliased Type§
struct CollectionConfigOf<T: Config<I>, I: 'static = ()>(/* private fields */);