
The data structures defined by this contract.
Action parameter in activeroom
{ "name": "activeroom", "base": "", "fields": [ { "name": "room_id", "type": "uint64" }, { "name": "ower_name", "type": "string" } ] }
-
{ "name": "clearall", "base": "", "fields": [] }
-
{ "name": "closeroom", "base": "", "fields": [ { "name": "room_id", "type": "uint64" }, { "name": "is_del", "type": "uint64" } ] }
Table row type of delroom
{ "name": "closestruct", "base": "", "fields": [ { "name": "roomid", "type": "uint64" }, { "name": "verify", "type": "uint8" } ] }
Table row type of globevalue
{ "name": "globestruct", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "room_map", "type": "pair_name_uint64[]" }, { "name": "config", "type": "pair_uint64_uint64[]" } ] }
Struct property of globestruct
{ "name": "pair_name_uint64", "base": "", "fields": [ { "name": "key", "type": "name" }, { "name": "value", "type": "uint64" } ] }
Struct property of globestruct
{ "name": "pair_uint64_uint64", "base": "", "fields": [ { "name": "key", "type": "uint64" }, { "name": "value", "type": "uint64" } ] }
Table row type of roomex
{ "name": "roomstruct", "base": "", "fields": [ { "name": "roomid", "type": "uint64" }, { "name": "eos", "type": "uint64" }, { "name": "ower_name", "type": "name" }, { "name": "verify", "type": "uint8" }, { "name": "createtime", "type": "time_point_sec" } ] }
-
{ "name": "transfer", "base": "", "fields": [ { "name": "from", "type": "name" }, { "name": "to", "type": "name" }, { "name": "quantity", "type": "asset" }, { "name": "memo", "type": "string" } ] }
-
{ "name": "version", "base": "", "fields": [] }