
The data structures defined by this contract.
Action parameter in logexentry
{ "name": "logexentry", "base": "", "fields": [ { "name": "account", "type": "name" }, { "name": "src", "type": "symbol" }, { "name": "amount", "type": "asset" }, { "name": "dest", "type": "symbol" }, { "name": "amountReceived", "type": "asset" }, { "name": "exchangeFeeRate", "type": "uint128" }, { "name": "timestamp", "type": "uint64" }, { "name": "roundIdForSrc", "type": "uint64" }, { "name": "roundIdForDest", "type": "uint64" } ] }
Action parameter in logreclaim
{ "name": "logreclaim", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "currencyKey", "type": "symbol" }, { "name": "amount", "type": "asset" } ] }
-
{ "name": "logrefund", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "currencyKey", "type": "symbol" }, { "name": "amount", "type": "asset" } ] }