Replies: 2 comments 1 reply
|
Also, I have two related question about contract address filtering. For example, this code works in that it returns order only for the specified NFT and token id: What if I wanted to know the order for the collection without specifying the token ids. If I leave it blank, null, or remove it I get an error. I am also not able to filter by more than one tokenId using an array as suggested by the docs. The following code also returns an error: Could someone please tell me what I am doing wrong? |
1 reply
|
thanks for the report, have opened a PR to fix the param names: #1223 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I hover over the getOrders function it shows parameters names such as
makerAddressandtakerAddress, but those don't work. They don't provide any filtering. I saw come code online that shows justmakerso I tried that and that works perfectly. Not sure why VS Code is showing the incorrect parameter names.All reactions