
Action parameter in upsertplant
{ "name": "upsertplant", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "name", "type": "string" }, { "name": "price", "type": "asset" }, { "name": "state", "type": "uint64" } ] }
Action parameter in upsertplant
{
"name": "upsertplant",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "name",
"type": "string"
},
{
"name": "price",
"type": "asset"
},
{
"name": "state",
"type": "uint64"
}
]
}