
Table row type of results
{ "name": "history_item", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "close_time", "type": "uint64" }, { "name": "player_cards", "type": "uint8[]" }, { "name": "banker_cards", "type": "uint8[]" }, { "name": "player", "type": "name" }, { "name": "insured", "type": "bool" }, { "name": "result", "type": "uint8" }, { "name": "bet", "type": "asset" }, { "name": "payout", "type": "asset" } ] }