Type Alias pallet_ip_pallet::pallet::EscrowedNfts
source · pub type EscrowedNfts<T: Config> = StorageMap<_GeneratedPrefixForStorageEscrowedNfts<T>, Blake2_128Concat, T::NFTId, T::AccountId>;Expand description
Tracks NFTs currently in escrow
Maps NFT IDs to the account that placed them in escrow.
Storage type is [StorageMap] with key type T :: NFTId and value type T :: AccountId.
Aliased Type§
struct EscrowedNfts<T: Config>(/* private fields */);