
Table row type of withdrawlog
{ "name": "withdrawlog", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "owner", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "time", "type": "uint64" } ] }
Table row type of withdrawlog
{
"name": "withdrawlog",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "owner",
"type": "name"
},
{
"name": "quantity",
"type": "asset"
},
{
"name": "time",
"type": "uint64"
}
]
}