Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.74 KB

SrCommitment.md

File metadata and controls

24 lines (21 loc) · 1.74 KB

# SrCommitment

Properties

Name Type Description Notes
id int Internal TzKT id. [sortable] [optional]
rollup \Bzzhh\Tzkt\Model\SrCommitmentRollup [optional]
initiator \Bzzhh\Tzkt\Model\SrCommitmentInfoInitiator [optional]
inbox_level int Inbox level. [sortable] [optional]
state string State hash. [optional]
hash string Commitment hash. [optional]
ticks int Number of ticks. [optional]
first_level int Level of the block where the commitment was first published. [sortable] [optional]
first_time \DateTime Timestamp of the block where the commitment was first published. [optional]
last_level int Level of the block where the commitment was last updated. [sortable] [optional]
last_time \DateTime Timestamp of the block where the commitment was last updated. [optional]
stakers int Number of stakers, published this commitment. [sortable] [optional]
active_stakers int Number of active (not refuted) stakers. [sortable] [optional]
successors int Number of successor commitments. [sortable] [optional]
status string Commitment status (`pending`, `cemented`, `executed`, `refuted`, or `orphan`). [optional]
predecessor \Bzzhh\Tzkt\Model\SrCommitmentPredecessor [optional]

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