shared_ptr would be interesting
lattice0 opened this issue ยท 1 comments
lattice0 commented
What about shared_nft_ptr
for when we need to tranfer an NFT but still receive royalties? we need to have a shared pointer
thanks
zhuowei commented
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 ๐ ๐