
Table row type of roomsettings
{ "name": "room_setting", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "min_chip", "type": "uint64" }, { "name": "max_chip", "type": "uint64" }, { "name": "small_blind", "type": "uint64" } ] }
Table row type of roomsettings
{
"name": "room_setting",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "min_chip",
"type": "uint64"
},
{
"name": "max_chip",
"type": "uint64"
},
{
"name": "small_blind",
"type": "uint64"
}
]
}