
Table row type of systemconfig
{ "name": "systemconfig", "base": "", "fields": [ { "name": "systemconfigid", "type": "uint64" }, { "name": "txid", "type": "uint64" }, { "name": "gamepaused", "type": "bool" }, { "name": "totalbet", "type": "uint64" }, { "name": "totalliability", "type": "uint64" }, { "name": "totalwin", "type": "uint64" }, { "name": "minbetamount", "type": "uint64" }, { "name": "maxbetamount", "type": "uint64" } ] }