
Table row type of swaplog
{ "name": "st_swap_log", "base": "", "fields": [ { "name": "swap_id", "type": "uint64" }, { "name": "third_id", "type": "uint64" }, { "name": "account", "type": "name" }, { "name": "liquidity_id", "type": "uint64" }, { "name": "in_token", "type": "token_t" }, { "name": "out_token", "type": "token_t" }, { "name": "in_asset", "type": "asset" }, { "name": "out_asset", "type": "asset" }, { "name": "price", "type": "float_t" }, { "name": "timestamp", "type": "uint64" }, { "name": "trx_id", "type": "checksum256" } ] }