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
Some use cases requires querying a box for multiple Token IDs.
Example:
If I want to fetch all boxes which contains tokenA and tokenB, I will pass Token IDs in containsTokens param and only boxes that contains both tokens will be returned.
Remarks
I think 5 tokenIds per query is a reasonable limit
Since conventionally we use multiple IDs as OR operator, would be good to make this different than other, so I suggest calling it containsTokens.
The text was updated successfully, but these errors were encountered:
Some use cases requires querying a box for multiple Token IDs.
Example:
If I want to fetch all boxes which contains tokenA and tokenB, I will pass Token IDs in
containsTokens
param and only boxes that contains both tokens will be returned.Remarks
containsTokens
.The text was updated successfully, but these errors were encountered: