Hello, originbyte js sdk team. I found something weird in the integration of your SDK.
After call of await client.getNftsForAddress(accountAddress), it can be noticed that there is a RPC request as below.

It's quite obvious that I now have 3 NFTs (by playing Ethos games).
But the result of await client.getNftsForAddress(accountAddress), is just an empty array [].
So my question is, does the getNftsForAddress function only support originbyte-standard NFTs?
Hello, originbyte js sdk team. I found something weird in the integration of your SDK.
After call of
await client.getNftsForAddress(accountAddress), it can be noticed that there is a RPC request as below.It's quite obvious that I now have 3 NFTs (by playing Ethos games).
But the result of
await client.getNftsForAddress(accountAddress), is just an empty array[].So my question is, does the
getNftsForAddressfunction only support originbyte-standard NFTs?