Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.92 KB

SrGame.md

File metadata and controls

23 lines (20 loc) · 1.92 KB

# SrGame

Properties

Name Type Description Notes
id int Internal TzKT id. [sortable] [optional]
rollup \Bzzhh\Tzkt\Model\SrGameRollup [optional]
initiator \Bzzhh\Tzkt\Model\SrGameInfoInitiator [optional]
initiator_commitment \Bzzhh\Tzkt\Model\SrGameInfoInitiatorCommitment [optional]
opponent \Bzzhh\Tzkt\Model\SrGameInfoOpponent [optional]
opponent_commitment \Bzzhh\Tzkt\Model\SrGameInfoOpponentCommitment [optional]
last_move \Bzzhh\Tzkt\Model\SrGameLastMove [optional]
first_level int Level of the block where the refutation game was started. [sortable] [optional]
first_time \DateTime Timestamp of the block where the refutation game was started. [optional]
last_level int Level of the block where the refutation game was last updated. [sortable] [optional]
last_time \DateTime Timestamp of the block where the refutation game was last updated. [optional]
initiator_reward int In case the initiator won, this field will contain the reward amount (in mutez). [optional]
initiator_loss int In case the initiator lost (including a `draw`), this field will contain the loss amount (in mutez). [optional]
opponent_reward int In case the opponent won, this field will contain the reward amount (in mutez). [optional]
opponent_loss int In case the opponent lost (including a `draw`), this field will contain the loss amount (in mutez). [optional]

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