-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix nftsByOwner getter #48
Comments
Currently
|
Given there's already a reverse index available in uniques, I suggest to just keep using the upstream's. Very clever design: there's no |
@h4x3rotab what is this reverse indexing available in uniques? |
This one. You can go through all the NFTs root-owned by its owner: |
NFtsByOwner removed in #91 |
After merging #31
nftsByOwner
requires rework. Currently not reflecting correctlyThe text was updated successfully, but these errors were encountered: