
Table row type of players
{ "name": "player_item", "base": "", "fields": [ { "name": "player", "type": "name" }, { "name": "bills_num", "type": "uint16" } ] }
Table row type of players
{
"name": "player_item",
"base": "",
"fields": [
{
"name": "player",
"type": "name"
},
{
"name": "bills_num",
"type": "uint16"
}
]
}