Publication
Content
function post(string memory content) external;{
"content": {
"body": "${The body of content}",
"title": "${The title of content}"
}
} function contentOf(uint256 tokenId) external view returns (string memory content);PrivacyContent
Last updated