Hey guys,
I am looking into NFTStorefront, and listing events (ListingAvailable, ListingCompleted). I can get the return values of the ListingAvailable event, for example. It contains the ListingResourceID, and the nftID, but none of these IDs are what is required for the CollectonPublic interface, borrowNFT() method.in the NonFungibleToken contract to get an NFTโs data.
Am I missing something? Or, to ask the question from a different perspective: how do I get an NFT based on the ListingAvailable interfaceโs return datas?
Robert