
The data structures defined by this contract.
-
{ "name": "act", "base": "", "fields": [ { "name": "mode", "type": "int32" }, { "name": "index", "type": "int32" }, { "name": "paths", "type": "swap_path[]" } ] }
-
{ "name": "actlog", "base": "", "fields": [ { "name": "message", "type": "string" } ] }
-
{ "name": "checkmine", "base": "", "fields": [ { "name": "message", "type": "string" }, { "name": "eos_balance", "type": "asset" } ] }
-
{ "name": "clear", "base": "", "fields": [ { "name": "market", "type": "int32" } ] }
Table row type of config
{ "name": "config_table", "base": "", "fields": [ { "name": "key", "type": "name" }, { "name": "value", "type": "string" } ] }
-
{ "name": "mine", "base": "", "fields": [ { "name": "mode", "type": "int32" }, { "name": "paths", "type": "swap_path[]" } ] }
-
{ "name": "setconfig", "base": "", "fields": [ { "name": "key", "type": "name" }, { "name": "value", "type": "string" } ] }
-
{ "name": "swap_path", "base": "", "fields": [ { "name": "market", "type": "int32" }, { "name": "contract", "type": "name" }, { "name": "sym", "type": "symbol" }, { "name": "pids", "type": "int32[]" } ] }