Scorum
|
Posts comment. More...
#include <scorum_operations.hpp>
Public Member Functions | |
void | validate () const |
void | get_required_posting_authorities (flat_set< account_name_type > &a) const |
![]() | |
void | get_required_authorities (std::vector< authority > &) const |
void | get_required_active_authorities (flat_set< account_name_type > &) const |
void | get_required_posting_authorities (flat_set< account_name_type > &) const |
void | get_required_owner_authorities (flat_set< account_name_type > &) const |
bool | is_virtual () const |
void | validate () const |
Public Attributes | |
account_name_type | parent_author |
std::string | parent_permlink |
account_name_type | author |
std::string | permlink |
std::string | title |
std::string | body |
std::string | json_metadata |
Posts comment.
Definition at line 131 of file scorum_operations.hpp.
|
inline |
Definition at line 144 of file scorum_operations.hpp.
void scorum::protocol::comment_operation::validate | ( | ) | const |
Definition at line 82 of file scorum_operations.cpp.
account_name_type scorum::protocol::comment_operation::author |
Definition at line 136 of file scorum_operations.hpp.
std::string scorum::protocol::comment_operation::body |
Definition at line 140 of file scorum_operations.hpp.
std::string scorum::protocol::comment_operation::json_metadata |
Definition at line 141 of file scorum_operations.hpp.
account_name_type scorum::protocol::comment_operation::parent_author |
Definition at line 133 of file scorum_operations.hpp.
std::string scorum::protocol::comment_operation::parent_permlink |
Definition at line 134 of file scorum_operations.hpp.
std::string scorum::protocol::comment_operation::permlink |
Definition at line 137 of file scorum_operations.hpp.
std::string scorum::protocol::comment_operation::title |
Definition at line 139 of file scorum_operations.hpp.