Type Definition pallet_nfts::pallet::CollectionConfigOf

source ·
pub type CollectionConfigOf<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageCollectionConfigOf<T, I>, Blake2_128Concat, T::CollectionId, CollectionConfig<<<T as Config<I>>::Currency as Currency<<T as SystemConfig>::AccountId>>::Balance, BlockNumberFor<T>, <T as Config<I>>::CollectionId>, OptionQuery>;
Expand description

Config of a collection.

Storage type is StorageMap with key type T :: CollectionId and value type CollectionConfigFor < T, I >.