{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "config_row",
"base": "",
"fields": [
{
"name": "max_title_length",
"type": "uint32"
},
{
"name": "max_body_length",
"type": "uint32"
},
{
"name": "max_tags",
"type": "uint8"
}
]
},
{
"name": "post_content",
"base": "",
"fields": [
{
"name": "title",
"type": "string"
},
{
"name": "body",
"type": "string"
},
{
"name": "tags",
"type": "name[]"
}
]
},
{
"name": "reset",
"base": "",
"fields": []
},
{
"name": "setconfig",
"base": "",
"fields": [
{
"name": "channel",
"type": "name"
},
{
"name": "max_title_length",
"type": "uint32"
},
{
"name": "max_body_length",
"type": "uint32"
},
{
"name": "max_tags",
"type": "uint8"
}
]
}
],
"actions": [
{
"name": "reset",
"type": "reset",
"ricardian_contract": ""
},
{
"name": "setconfig",
"type": "setconfig",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "config",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "config_row"
},
{
"name": "postcontent",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "post_content"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}