Type Definition pallet_nfts::pallet::ItemAttributesApprovalsOf
source · pub type ItemAttributesApprovalsOf<T: Config<I>, I: 'static = ()> = StorageDoubleMap<_GeneratedPrefixForStorageItemAttributesApprovalsOf<T, I>, Blake2_128Concat, T::CollectionId, Blake2_128Concat, T::ItemId, BoundedBTreeSet<<T as SystemConfig>::AccountId, <T as Config<I>>::ItemAttributesApprovalsLimit>, ValueQuery>;
Expand description
Item attribute approvals.
Storage type is StorageDoubleMap
with key1 type T :: CollectionId, key2 type T :: ItemId and value type ItemAttributesApprovals < T, I >.