Scorum
|
Votes for content. 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 | voter |
account_name_type | author |
std::string | permlink |
int16_t | weight = 0 |
Votes for content.
Definition at line 227 of file scorum_operations.hpp.
|
inline |
Definition at line 235 of file scorum_operations.hpp.
void scorum::protocol::vote_operation::validate | ( | ) | const |
Definition at line 121 of file scorum_operations.cpp.
account_name_type scorum::protocol::vote_operation::author |
Definition at line 230 of file scorum_operations.hpp.
std::string scorum::protocol::vote_operation::permlink |
Definition at line 231 of file scorum_operations.hpp.
account_name_type scorum::protocol::vote_operation::voter |
Definition at line 229 of file scorum_operations.hpp.
int16_t scorum::protocol::vote_operation::weight = 0 |
Definition at line 232 of file scorum_operations.hpp.