
The data structures defined by this contract.
- { "name": "uniqueid", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "uid", "type": "uint64" } ] }
Table row type of clientidtb
{ "name": "clientid", "base": "", "fields": [ { "name": "uid", "type": "uint64" }, { "name": "acc_id", "type": "uint64" }, { "name": "cid", "type": "uint64" }, { "name": "t", "type": "uint32" } ] }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" } ] }Table row type of playertb
{ "name": "gameplayer", "base": "", "fields": [ { "name": "room_id", "type": "uint16" }, { "name": "game_id", "type": "uint8" }, { "name": "status", "type": "uint32" }, { "name": "update_time", "type": "uint32" }, { "name": "uid", "type": "uint64" }, { "name": "action_id", "type": "uint32" }, { "name": "acc_id", "type": "uint64" } ] }- { "name": "notice", "base": "", "fields": [ { "name": "notice_time", "type": "uint32" }, { "name": "notice_id", "type": "uint64" }, { "name": "content", "type": "string" } ] }
Table row type of roomdatatb
{ "name": "roomdata", "base": "", "fields": [ { "name": "room_data", "type": "string" }, { "name": "room_id", "type": "uint64" }, { "name": "action_id", "type": "uint32" } ] }- { "name": "forbid", "base": "", "fields": [ { "name": "id", "type": "name" }, { "name": "add_time", "type": "uint32" }, { "name": "type", "type": "uint8" } ] }
- { "name": "gameroom", "base": "", "fields": [ { "name": "room_id", "type": "uint64" }, { "name": "round_id", "type": "uint32" }, { "name": "action_id", "type": "uint32" }, { "name": "status", "type": "uint8" }, { "name": "cid_list", "type": "string" }, { "name": "memo", "type": "string" } ] }
- { "name": "betcid", "base": "", "fields": [ { "name": "cid", "type": "uint64" } ] }
- { "name": "actbet", "base": "", "fields": [ { "name": "acc_id", "type": "uint64" }, { "name": "uid", "type": "uint64" }, { "name": "bet", "type": "asset" }, { "name": "bet_info", "type": "string" }, { "name": "cid", "type": "uint64" }, { "name": "act_time", "type": "uint32" }, { "name": "round_id", "type": "uint32" }, { "name": "room_id", "type": "uint32" }, { "name": "trx_id", "type": "checksum256" } ] }
- { "name": "sweet", "base": "", "fields": [ { "name": "id", "type": "name" }, { "name": "surprise", "type": "uint32" } ] }
Action parameter in updateroom
{ "name": "updateroom", "base": "", "fields": [ { "name": "room_id", "type": "uint64" }, { "name": "action_id", "type": "uint32" }, { "name": "round_id", "type": "uint32" }, { "name": "status", "type": "uint8" }, { "name": "cid_list", "type": "string" }, { "name": "room_data", "type": "string" }, { "name": "memo", "type": "string" } ] }Action parameter in removeitem
{ "name": "removeitem", "base": "", "fields": [ { "name": "table_name", "type": "uint8" }, { "name": "id_list", "type": "string" } ] }- { "name": "paybonus", "base": "", "fields": [ { "name": "to", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" }, { "name": "order_id", "type": "uint64" } ] }
Action parameter in sendnotice
{ "name": "sendnotice", "base": "", "fields": [ { "name": "notice_id", "type": "uint64" }, { "name": "content", "type": "string" } ] }- { "name": "addforbid", "base": "", "fields": [ { "name": "player", "type": "name" }, { "name": "type", "type": "uint8" } ] }
- { "name": "cleardb", "base": "", "fields": [] }
- { "name": "proxyopt", "base": "", "fields": [ { "name": "proxy", "type": "name" }, { "name": "game", "type": "name" }, { "name": "player", "type": "string" }, { "name": "opt_info", "type": "string" } ] }
- { "name": "tom", "base": "", "fields": [] }