
The data structures defined by this contract.
-
{ "name": "cleantrx", "base": "", "fields": [] }
-
{ "name": "lastrecs", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "transaction_id", "type": "string" }, { "name": "timestamp", "type": "string" }, { "name": "seller_id", "type": "string" }, { "name": "buyer_id", "type": "string" }, { "name": "sell_amount", "type": "string" }, { "name": "sell_currency", "type": "string" }, { "name": "rate", "type": "string" }, { "name": "buy_amount", "type": "string" }, { "name": "buy_currency", "type": "string" }, { "name": "reference", "type": "string" }, { "name": "src", "type": "string" } ] }
-
{ "name": "recscount", "base": "", "fields": [ { "name": "lastrecs_size", "type": "uint64" } ] }
-
{ "name": "transact", "base": "", "fields": [ { "name": "transaction_id", "type": "string" }, { "name": "timestamp", "type": "string" }, { "name": "seller_id", "type": "string" }, { "name": "buyer_id", "type": "string" }, { "name": "sell_amount", "type": "string" }, { "name": "sell_currency", "type": "string" }, { "name": "rate", "type": "string" }, { "name": "buy_amount", "type": "string" }, { "name": "buy_currency", "type": "string" }, { "name": "reference", "type": "string" }, { "name": "src", "type": "string" } ] }