Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 982 Bytes

TicketBalanceShortTicket.md

File metadata and controls

15 lines (12 loc) · 982 Bytes

# TicketBalanceShortTicket

Properties

Name Type Description Notes
id int Internal TzKT id. [optional]
ticketer \Bzzhh\Tzkt\Model\TicketTicketer [optional]
raw_type \Bzzhh\Tzkt\Model\TicketRawType [optional]
raw_content \Bzzhh\Tzkt\Model\TicketRawContent [optional]
content mixed Ticket content in JSON format. [optional]
type_hash int 32-bit hash of the ticket content type. This field can be used for searching similar tickets (which have the same type). [optional]
content_hash int 32-bit hash of the ticket content. This field can be used for searching same tickets (which have the same content). [optional]

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