Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.15 KB

TicketBalance.md

File metadata and controls

17 lines (14 loc) · 1.15 KB

# TicketBalance

Properties

Name Type Description Notes
id int Internal TzKT id. [sortable] [optional]
ticket \Bzzhh\Tzkt\Model\TicketBalanceTicket [optional]
account \Bzzhh\Tzkt\Model\TicketBalanceAccount [optional]
balance string Balance. [sortable] [optional]
transfers_count int Total number of transfers, affecting the ticket balance. [sortable] [optional]
first_level int Level of the block where the ticket balance was first changed. [sortable] [optional]
first_time \DateTime Timestamp of the block where the ticket balance was first changed. [optional]
last_level int Level of the block where the ticket balance was last changed. [sortable] [optional]
last_time \DateTime Timestamp of the block where the ticket balance was last changed. [optional]

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