Type Definition pallet_nfts::pallet::OwnershipAcceptance
source · pub type OwnershipAcceptance<T: Config<I>, I: 'static = ()> = StorageMap<_GeneratedPrefixForStorageOwnershipAcceptance<T, I>, Blake2_128Concat, T::AccountId, T::CollectionId>;
Expand description
The collection, if any, of which an account is willing to take ownership.
Storage type is StorageMap
with key type T :: AccountId
and value type T :: CollectionId
.