
Table row type of deposits
{ "name": "deposit_type", "base": "", "fields": [ { "name": "account", "type": "name" }, { "name": "balance", "type": "uint64" }, { "name": "priority", "type": "uint8" } ] }
Table row type of deposits
{
"name": "deposit_type",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "balance",
"type": "uint64"
},
{
"name": "priority",
"type": "uint8"
}
]
}