
Table row type of players
{ "name": "st_players", "base": "", "fields": [ { "name": "player", "type": "name" }, { "name": "count", "type": "uint64" }, { "name": "amount", "type": "uint64" } ] }
Table row type of players
{
"name": "st_players",
"base": "",
"fields": [
{
"name": "player",
"type": "name"
},
{
"name": "count",
"type": "uint64"
},
{
"name": "amount",
"type": "uint64"
}
]
}