Create a new Nft by providing a mint address #128
-
Is your feature request related to a problem? Please describe. I am settling for a manual way of fetching NFT data and its image and I have to use a separate class for that. Describe the solution you'd like something like this: Nft someNft = new Nft(PublicKey mintAddress, bool loadTexture) I know this would require await, I am not exactly sure how to do it.. but would be really cool to be able to fetch NFT and have it the same Nft class |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey you can do this using: |
Beta Was this translation helpful? Give feedback.
Hey you can do this using:
var avatarNft = await Nft.TryGetNftData(avatarPublicKey, rpc).AsUniTask();