
Struct base type of users
{ "name": "struct_user", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "value", "type": "uint64" }, { "name": "wins", "type": "uint32" }, { "name": "draws", "type": "uint32" }, { "name": "loses", "type": "uint32" }, { "name": "earns", "type": "asset" }, { "name": "care", "type": "asset" }, { "name": "refer", "type": "name" }, { "name": "ref_num", "type": "uint32" }, { "name": "regist_at", "type": "uint32" }, { "name": "login_at", "type": "uint32" }, { "name": "active_pt", "type": "uint32" } ] }