pub type ItemPriceOf<T: Config<I>, I: 'static = ()> = StorageDoubleMap<_GeneratedPrefixForStorageItemPriceOf<T, I>, Blake2_128Concat, T::CollectionId, Blake2_128Concat, T::ItemId, (<<T as Config<I>>::Currency as Currency<<T as SystemConfig>::AccountId>>::Balance, Option<T::AccountId>), OptionQuery>;
Expand description

Price of an asset instance.

Storage type is [StorageDoubleMap] with key1 type T :: CollectionId, key2 type T :: ItemId and value type (ItemPrice < T, I > , Option < T :: AccountId >).

Aliased Type§

struct ItemPriceOf<T: Config<I>, I: 'static = ()>(/* private fields */);