
Table row type of bookkeeper
{ "name": "bookkeeper", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "account", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" }, { "name": "type", "type": "uint8" }, { "name": "time", "type": "uint64" } ] }