
Struct property of account
{ "name": "inventoryitem", "base": "", "fields": [ { "name": "material", "type": "uint8" }, { "name": "price", "type": "uint8" }, { "name": "count", "type": "uint8" } ] }
Struct property of account
{
"name": "inventoryitem",
"base": "",
"fields": [
{
"name": "material",
"type": "uint8"
},
{
"name": "price",
"type": "uint8"
},
{
"name": "count",
"type": "uint8"
}
]
}