
-
{ "name": "game_item", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "black_card", "type": "string" }, { "name": "red_card", "type": "string" }, { "name": "winner", "type": "uint32" }, { "name": "win_card_type", "type": "uint32" }, { "name": "state", "type": "uint32" }, { "name": "reveal_at", "type": "uint64" }, { "name": "created_at", "type": "uint64" }, { "name": "stop_tx_id", "type": "checksum256" } ] }