
The data tables defined by this contract.
rows of config_row
Field Type max_title_length uint32 max_body_length uint32 max_tags uint8 rows of post_content
Field Type title string body string tags name[]

The data tables defined by this contract.
rows of config_row
| Field | Type |
|---|---|
| max_title_length | uint32 |
| max_body_length | uint32 |
| max_tags | uint8 |
rows of post_content
| Field | Type |
|---|---|
| title | string |
| body | string |
| tags | name[] |