
The data structures defined by this contract.
Action parameter in depositlog
{ "name": "depositlog", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "mid", "type": "uint64" }, { "name": "symbol0", "type": "asset" }, { "name": "symbol1", "type": "asset" } ] }
-
{ "name": "swaplog", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "mid", "type": "uint64" }, { "name": "quantity", "type": "asset" }, { "name": "quantity_out", "type": "asset" }, { "name": "memo", "type": "string" } ] }
Action parameter in withdrawlog
{ "name": "withdrawlog", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "mid", "type": "uint64" }, { "name": "amount", "type": "name" }, { "name": "symbol0", "type": "asset" }, { "name": "symbol1", "type": "asset" } ] }