This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
[Uniques v2] Nested ownership #11800
jsidorenko
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
If an NFT can own another NFT then it's really an account. That way it could own some fungible tokens also. There's the ED issue which could be solved by putting some dot in the account but maybe there's a more elegant solution? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a nice article about the possible implementation of the nested ownership from the RMRK team here. It looks like their approach uses a recursion which is a thing we want to avoid within the substrate pallets due to the nested calls limit. I'm wondering if it's possible to come up with an improved implementation that would remove the recursion for nested structures?
Beta Was this translation helpful? Give feedback.
All reactions