NFT
Create NFTs, transfer NFT's, update NFT's, support various queries. Fully compatible with ERC721 specifications.
Available Commands
Query Commands
| Name | Description |
|---|
| balance | query the number of NFTs of a given class owned by the owner. |
| class | query an NFT class based on its id |
| classes | query all NFT classes |
| nft | query an NFT based on its class and id. |
| nfts | query all NFTs of a given class or owner address. |
| owner | query the owner of the NFT based on its class and id. |
| supply | query the number of nft based on the class. |
TX Commands
| Name | Description |
|---|
| send | transfer ownership of nft. |