
Table row type of robrecord
{ "name": "game_record", "base": "", "fields": [ { "name": "game_rob_id", "type": "uint64" }, { "name": "settle_current_players", "type": "uint64" }, { "name": "timestamp", "type": "uint64" }, { "name": "player1", "type": "name" }, { "name": "player1_id", "type": "uint64" }, { "name": "qishu", "type": "uint64" }, { "name": "player1_win_flag", "type": "uint64" }, { "name": "player1_transfer_id", "type": "string" }, { "name": "player2", "type": "name" }, { "name": "player2_id", "type": "uint64" }, { "name": "player2_win_flag", "type": "uint64" }, { "name": "player2_transfer_id", "type": "string" }, { "name": "bet", "type": "asset" }, { "name": "player1_winbet", "type": "asset" }, { "name": "player2_winbet", "type": "asset" } ] }