Type Definition pallet_nfts::pallet::ItemConfigOf

source ·
pub type ItemConfigOf<T: Config<I>, I: 'static = ()> = StorageDoubleMap<_GeneratedPrefixForStorageItemConfigOf<T, I>, Blake2_128Concat, T::CollectionId, Blake2_128Concat, T::ItemId, ItemConfig, OptionQuery>;
Expand description

Config of an item.

Storage type is StorageDoubleMap with key1 type T :: CollectionId, key2 type T :: ItemId and value type ItemConfig.