pub type ItemMetadataOf<T: Config<I>, I: 'static = ()> = StorageDoubleMap<_GeneratedPrefixForStorageItemMetadataOf<T, I>, Blake2_128Concat, T::CollectionId, Blake2_128Concat, T::ItemId, ItemMetadata<ItemMetadataDeposit<<<T as Config<I>>::Currency as Currency<<T as SystemConfig>::AccountId>>::Balance, <T as SystemConfig>::AccountId>, 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 */);