atomicals-js
atomicals-js copied to clipboard
how to confirm NFT is minted
i run below command
yarn cli get-container-item "#toothy" "5908"
got output
{
"success": true,
"data": {
"status": "verified",
"candidate_atomical_id": "16184c2f20b4d2a3379d940ec4d146a9b0f6e853f3994fbf84355afdddc49c97i0",
"atomical_id": "16184c2f20b4d2a3379d940ec4d146a9b0f6e853f3994fbf84355afdddc49c97i0",
"candidates": [
{
"tx_num": 928358164,
"atomical_id": "16184c2f20b4d2a3379d940ec4d146a9b0f6e853f3994fbf84355afdddc49c97i0",
"txid": "16184c2f20b4d2a3379d940ec4d146a9b0f6e853f3994fbf84355afdddc49c97",
"commit_height": 819188,
"reveal_location_height": 819188
}
],
"type": "item"
}
}
5908 is minted or not"?