flow-nft
flow-nft copied to clipboard
Borrow sub collection
Closes: #146
I added methods to NFT aswell, since there should be a way to reason about this if you are comming to this from a Resolver standpoint and from an NFT standpoint.
I feel borrowChildNFT should be on another interface, common usage is not having child NFT afaik.
But also as this will be deprecated soon, it is not that big of a problem.
@bluesign What will be deprecated soon?
@bluesign What will be deprecated soon?
My bad, I thought this will be in the collection somehow. Then I think borrowChildNFT should be separate interface for sure, I don't think many NFTs have/will have child NFTs.
This is handled in the v2, standard, right? Can we close this?