
-
{ "name": "account", "base": "", "fields": [ { "name": "user", "type": "name" }, { "name": "country", "type": "string" }, { "name": "coin", "type": "uint64" }, { "name": "cash", "type": "uint64" }, { "name": "level", "type": "uint64" }, { "name": "population", "type": "uint64" }, { "name": "health", "type": "uint32" }, { "name": "security", "type": "uint32" }, { "name": "fire", "type": "uint32" }, { "name": "entertainment", "type": "uint32" }, { "name": "education", "type": "uint32" }, { "name": "park", "type": "uint32" }, { "name": "landmark", "type": "uint32" }, { "name": "health_demand", "type": "uint32" }, { "name": "security_demand", "type": "uint32" }, { "name": "fire_demand", "type": "uint32" }, { "name": "entertainment_demand", "type": "uint32" }, { "name": "education_demand", "type": "uint32" }, { "name": "park_demand", "type": "uint32" }, { "name": "landmark_demand", "type": "uint32" }, { "name": "memo", "type": "string" } ] }