onflow / nft-storefront

A general-purpose Cadence contract for trading NFTs on Flow
The Unlicense
102 stars 53 forks source link

getExistingListingIDs #67

Closed rrrkren closed 2 years ago

rrrkren commented 2 years ago

added a new function getExistingListingIDs to Storefront resource that allows the owner to check for existing listings of an NFT resource. useful to make sure only a single listing exists for an NFT. The method is not added to StorefrontPublic due to backward incompatibility concerns, so this won't be publicly accessible.