Open LanfordCai opened 1 year ago
borrowNFT()
borrowNFTSafe()
borrowViewResolver()
getProviderAddress()
Regarding 3), this is tricky because the provider could lie. The less convenient route is the safer one here.
borrowNFT()
function for Listing. It would be great if we could also have aborrowNFTSafe()
function.borrowViewResolver()
function to Listing. This will allow us to fetch the metadata of the NFT in a more straightforward way.getProviderAddress()
? This would allow users to get the provider's address and know the source of the assets.