Replies: 2 comments 1 reply
-
When I query the NFT IDs from the coin_record of the full node, I use the code: coin_records = session.query(CoinRecord).filter(CoinRecord.puzzle_hash == LAUNCHER_PUZZLE_HASH).limit(1000).all() The return includes some NFT IDs and others that are not NFT IDs. When I use the wallet to query these IDs to get NFT info, it shows the result: So, how can I get only NFT IDs from coin_record? |
Beta Was this translation helpful? Give feedback.
-
If you are still experiencing the issues it is recommended to upgrade to the latest version of chia. Please download it from here: https://www.chia.net/downloads/ Since this issue has been open for a number of years without additional comments, we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to do it
Beta Was this translation helpful? Give feedback.
All reactions