
Table row type of marketlog
{ "name": "st_market_log", "base": "", "fields": [ { "name": "mine_id", "type": "uint64" }, { "name": "account", "type": "name" }, { "name": "liquidity_id", "type": "uint64" }, { "name": "in_token1", "type": "asset" }, { "name": "in_token2", "type": "asset" }, { "name": "liquidity_token", "type": "uint64" }, { "name": "out_token1", "type": "asset" }, { "name": "out_token2", "type": "asset" }, { "name": "profit", "type": "asset" }, { "name": "begin_timestamp", "type": "uint64" }, { "name": "end_timestamp", "type": "uint64" } ] }