
Table row type of vests
{ "name": "vest_record", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "vested_balance", "type": "asset" }, { "name": "reciever", "type": "name" }, { "name": "vested_until", "type": "uint64" } ] }
Table row type of vests
{
"name": "vest_record",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "vested_balance",
"type": "asset"
},
{
"name": "reciever",
"type": "name"
},
{
"name": "vested_until",
"type": "uint64"
}
]
}