Scorum
|
#include <scorum_virtual_operations.hpp>
Public Member Functions | |
author_reward_operation () | |
author_reward_operation (const account_name_type &a, const std::string &p, const asset &reward_) | |
![]() | |
bool | is_virtual () const |
void | validate () 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 | author |
std::string | permlink |
asset | reward |
all reward for comment author (with from_children_payout) More... | |
Definition at line 13 of file scorum_virtual_operations.hpp.
|
inline |
Definition at line 15 of file scorum_virtual_operations.hpp.
|
inline |
Definition at line 18 of file scorum_virtual_operations.hpp.
account_name_type scorum::protocol::author_reward_operation::author |
Definition at line 25 of file scorum_virtual_operations.hpp.
std::string scorum::protocol::author_reward_operation::permlink |
Definition at line 26 of file scorum_virtual_operations.hpp.
asset scorum::protocol::author_reward_operation::reward |
all reward for comment author (with from_children_payout)
Definition at line 29 of file scorum_virtual_operations.hpp.