Type Alias pallet_nfts::pallet::ItemMetadataOf
source · pub type ItemMetadataOf<T: Config<I>, I: 'static = ()> = StorageDoubleMap<_GeneratedPrefixForStorageItemMetadataOf<T, I>, Blake2_128Concat, T::CollectionId, Blake2_128Concat, T::ItemId, ItemMetadata<ItemMetadataDepositOf<T, I>, T::StringLimit>, OptionQuery>;
Expand description
Metadata of an item.
Storage type is [StorageDoubleMap
] with key1 type T :: CollectionId, key2 type T :: ItemId and value type ItemMetadata < ItemMetadataDepositOf < T, I > , T :: StringLimit >.
Aliased Type§
struct ItemMetadataOf<T: Config<I>, I: 'static = ()>(/* private fields */);