You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current plan is to make nft_shared_ptr backed by an ERC-20 token that would own the ERC-721 token representing the object. Each nft_shared_ptr instance would purchase a share from the ERC-20.
Of course, all these tokens will support ERC-165 for compatibility with Microsoft COM's IUnknown::QueryInterface/AddRef/Release.
Weak pointers will not be supported because we must hodl our pointers strongly with our 💎 🙌
What about
shared_nft_ptr
for when we need to tranfer an NFT but still receive royalties? we need to have a shared pointerthanks
The text was updated successfully, but these errors were encountered: