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
Similary topallet-uniques's Account and ClassAccount storage. RMRK pallets should have Account and CollectionAccount storage to be able to query NFTs and Collections by account on the front end
This seems really hard, since it requires recursion I assume, unless there's a tricky way to figure this out...
Consider ALICE has a Grandfather NFT with 10,000 grandchildren, sends to BOB. How do we maintain this storage in an efficient manner?
Similary to
pallet-uniques
'sAccount
andClassAccount
storage. RMRK pallets should haveAccount
andCollectionAccount
storage to be able to query NFTs and Collections by account on the front endhttps://github.com/paritytech/substrate/blob/9bf7aaa2f5411db7f6efd5aa00360d04f09d1b53/frame/uniques/src/lib.rs#L169-L178
paritytech/substrate#9940
Originally posted by @h4x3rotab in #108 (comment)
The text was updated successfully, but these errors were encountered: