Skip to content
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

getNftsForAddress will NOT display NFTs #61

Open
ChiuMungZitAlexander opened this issue May 4, 2023 · 1 comment
Open

getNftsForAddress will NOT display NFTs #61

ChiuMungZitAlexander opened this issue May 4, 2023 · 1 comment

Comments

@ChiuMungZitAlexander
Copy link

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.

image

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?

@oribyts
Copy link
Collaborator

oribyts commented May 11, 2023

Hey @ChiuMungZitAlexander
The nft-protocol by itself not describing any format of NFT, but we support typical Art NFTs (like in this example), and also support Object Display standarad
However, if you can provide ID of NFT which was not parsed, maybe we could check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants