This repository was archived by the owner on Mar 26, 2025. It is now read-only.
Replies: 1 comment 1 reply
-
Hi there, you can do this by either passing the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Include address of the token account, which currently holds NFT, into NFT / metadata models.
Currently, I am retrieving token account which holds NFT with web3.js methods such as
connection.getTokenAccountsByOwner
orconnection.getTokenLargestAccounts
, passingmintAddress
which I retreive from NFT / metadata models.It would be great if I could retreive token account address straight from NFT model.
Beta Was this translation helpful? Give feedback.
All reactions