
Table row type of recipients
{ "name": "recipient", "base": "", "fields": [ { "name": "account", "type": "name" }, { "name": "booked_total", "type": "uint64" }, { "name": "paid_total", "type": "uint64" } ] }
Table row type of recipients
{
"name": "recipient",
"base": "",
"fields": [
{
"name": "account",
"type": "name"
},
{
"name": "booked_total",
"type": "uint64"
},
{
"name": "paid_total",
"type": "uint64"
}
]
}