
Table row type of gameconfig
{ "name": "gameconfig", "base": "", "fields": [ { "name": "historyNum", "type": "uint64" }, { "name": "hashNum", "type": "uint64" }, { "name": "cur_round", "type": "uint64" }, { "name": "active", "type": "bool" } ] }
Table row type of gameconfig
{
"name": "gameconfig",
"base": "",
"fields": [
{
"name": "historyNum",
"type": "uint64"
},
{
"name": "hashNum",
"type": "uint64"
},
{
"name": "cur_round",
"type": "uint64"
},
{
"name": "active",
"type": "bool"
}
]
}