Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 822 Bytes

TokenBalanceToken.md

File metadata and controls

14 lines (11 loc) · 822 Bytes

# TokenBalanceToken

Properties

Name Type Description Notes
id int Internal TzKT id (not the same as `tokenId`). [optional]
contract \Bzzhh\Tzkt\Model\TokenContract [optional]
token_id string Token id, unique within the contract. [optional]
standard string Token standard (either `fa1.2` or `fa2`). [optional]
total_supply string Total number of existing tokens (raw value, not divided by `decimals`). [optional]
metadata mixed Token metadata. [sortable] [optional]

[Back to Model list] [Back to API list] [Back to README]