Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.04 KB

SrGameLastMove.md

File metadata and controls

14 lines (11 loc) · 1.04 KB

# SrGameLastMove

Properties

Name Type Description Notes
id int Unique ID of the operation, stored in the TzKT indexer database. [optional]
level int The height of the block from the genesis block, in which the operation was included. [optional]
timestamp \DateTime Datetime of the block, in which the operation was included (ISO 8601, e.g. `2020-02-20T02:40:57Z`). [optional]
sender \Bzzhh\Tzkt\Model\SrGameMoveSender [optional]
move string Player's move (`start`, `dissection`, `proof`, `timeout`). [optional]
game_status string Game status after the move (`ongoing` - game in progress, `loser` - one of the players lost, `draw` - both players lost). [optional]

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