
Table row type of systemconfig
{ "name": "systemconfig", "base": "", "fields": [ { "name": "systemconfigid", "type": "uint64" }, { "name": "dealpaused", "type": "bool" }, { "name": "drawpaused", "type": "bool" }, { "name": "trxid", "type": "uint64" }, { "name": "totalbet", "type": "uint64" }, { "name": "totalwin", "type": "uint64" }, { "name": "totalliability", "type": "uint64" }, { "name": "totalheldbonus", "type": "uint64" }, { "name": "minbetamount", "type": "uint64" }, { "name": "maxbetamount", "type": "uint64" }, { "name": "paylookup", "type": "uint16[]" } ] }