Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.29 KB

SrGameInfo.md

File metadata and controls

17 lines (14 loc) · 1.29 KB

# SrGameInfo

Properties

Name Type Description Notes
id int Internal TzKT id. [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]
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]