
Table row type of transactions
{ "name": "transaction", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "type", "type": "uint32" }, { "name": "from", "type": "name" }, { "name": "to", "type": "name" }, { "name": "ast", "type": "asset" }, { "name": "timestamp", "type": "uint64" } ] }