
The data structures defined by this contract.
-
{ "name": "uniqueid", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "uid", "type": "uint64" } ] }
Table row type of payrecordtb
{ "name": "payrecord", "base": "", "fields": [ { "name": "order_id", "type": "uint64" }, { "name": "to", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "order_time", "type": "uint32" } ] }
-
{ "name": "paybonus", "base": "", "fields": [ { "name": "to", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" }, { "name": "order_id", "type": "uint64" } ] }
-
{ "name": "clear", "base": "", "fields": [] }