{
"version": "eosio::abi/1.2",
"types": [],
"structs": [
{
"name": "blog_content",
"base": "",
"fields": [
{
"name": "title",
"type": "string"
},
{
"name": "body",
"type": "string"
},
{
"name": "excerpt",
"type": "string"
},
{
"name": "slug",
"type": "string"
},
{
"name": "image",
"type": "string"
},
{
"name": "tags",
"type": "string[]"
},
{
"name": "categories",
"type": "string[]"
}
]
},
{
"name": "config_row",
"base": "",
"fields": [
{
"name": "max_title_length",
"type": "uint32"
},
{
"name": "max_body_length",
"type": "uint32"
},
{
"name": "max_excerpt_length",
"type": "uint32"
},
{
"name": "max_comment_length",
"type": "uint32"
},
{
"name": "max_slug_length",
"type": "uint32"
},
{
"name": "max_image_length",
"type": "uint32"
},
{
"name": "max_tags",
"type": "uint8"
},
{
"name": "max_categories",
"type": "uint8"
},
{
"name": "max_tag_length",
"type": "uint32"
}
]
},
{
"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_excerpt_length",
"type": "uint32"
},
{
"name": "max_comment_length",
"type": "uint32"
},
{
"name": "max_slug_length",
"type": "uint32"
},
{
"name": "max_image_length",
"type": "uint32"
},
{
"name": "max_tags",
"type": "uint8"
},
{
"name": "max_categories",
"type": "uint8"
},
{
"name": "max_tag_length",
"type": "uint32"
}
]
}
],
"actions": [
{
"name": "reset",
"type": "reset",
"ricardian_contract": ""
},
{
"name": "setconfig",
"type": "setconfig",
"ricardian_contract": ""
}
],
"tables": [
{
"name": "blogcontent",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "blog_content"
},
{
"name": "config",
"index_type": "i64",
"key_names": [],
"key_types": [],
"type": "config_row"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": [],
"variants": [],
"action_results": []
}