Replies: 1 comment 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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to do it
Beta Was this translation helpful? Give feedback.
All reactions