onflow / nft-storefront

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

Remove listings that has already been sold #38

Closed satyamakgec closed 2 years ago

satyamakgec commented 2 years ago

Specification

Idea is to remove the same NFT listings from the contract automatically if one listing out of them gets completed.

Complexity

It is a little bit complex in nature as we have to find out all the duplicate listings for the NFT that get sold.