Scorum
|
#include <scorum_virtual_operations.hpp>
Public Member Functions | |
active_sp_holders_reward_operation () | |
active_sp_holders_reward_operation (const std::string &h, const asset &v) | |
![]() | |
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 | sp_holder |
asset | reward |
Definition at line 278 of file scorum_virtual_operations.hpp.
|
inline |
Definition at line 280 of file scorum_virtual_operations.hpp.
|
inline |
Definition at line 283 of file scorum_virtual_operations.hpp.
asset scorum::protocol::active_sp_holders_reward_operation::reward |
Definition at line 290 of file scorum_virtual_operations.hpp.
account_name_type scorum::protocol::active_sp_holders_reward_operation::sp_holder |
Definition at line 289 of file scorum_virtual_operations.hpp.