nft-storefront
nft-storefront copied to clipboard
[FEATURE] Improve the NFT related functions
- Currently, we have a
borrowNFT()function for Listing. It would be great if we could also have aborrowNFTSafe()function. - Please add a
borrowViewResolver()function to Listing. This will allow us to fetch the metadata of the NFT in a more straightforward way. - Could you provide a function like
getProviderAddress()? This would allow users to get the provider's address and know the source of the assets.
Regarding 3), this is tricky because the provider could lie. The less convenient route is the safer one here.