
Table row type of dicehistory
{ "name": "dice_history", "base": "", "fields": [ { "name": "key", "type": "uint64" }, { "name": "time", "type": "uint64" }, { "name": "username", "type": "name" }, { "name": "is_over", "type": "bool" }, { "name": "dice_num", "type": "int32" }, { "name": "bet_num", "type": "int32" }, { "name": "bet_amount", "type": "asset" }, { "name": "distribution", "type": "float32" } ] }