
Table row type of recipes
{ "name": "recipes_row", "base": "", "fields": [ { "name": "id", "type": "uint64" }, { "name": "templates", "type": "nft[]" }, { "name": "category", "type": "string$" } ] }
Table row type of recipes
{
"name": "recipes_row",
"base": "",
"fields": [
{
"name": "id",
"type": "uint64"
},
{
"name": "templates",
"type": "nft[]"
},
{
"name": "category",
"type": "string$"
}
]
}