Scorum
Public Member Functions | Public Attributes | List of all members
scorum::protocol::author_reward_operation Struct Reference

#include <scorum_virtual_operations.hpp>

Inheritance diagram for scorum::protocol::author_reward_operation:
scorum::protocol::virtual_operation scorum::protocol::base_operation

Public Member Functions

 author_reward_operation ()
 
 author_reward_operation (const account_name_type &a, const std::string &p, const asset &reward_)
 
- Public Member Functions inherited from scorum::protocol::virtual_operation
bool is_virtual () const
 
void validate () const
 
- Public Member Functions inherited from scorum::protocol::base_operation
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...
 

Detailed Description

Definition at line 13 of file scorum_virtual_operations.hpp.

Constructor & Destructor Documentation

◆ author_reward_operation() [1/2]

scorum::protocol::author_reward_operation::author_reward_operation ( )
inline

Definition at line 15 of file scorum_virtual_operations.hpp.

◆ author_reward_operation() [2/2]

scorum::protocol::author_reward_operation::author_reward_operation ( const account_name_type a,
const std::string &  p,
const asset reward_ 
)
inline

Definition at line 18 of file scorum_virtual_operations.hpp.

Member Data Documentation

◆ author

account_name_type scorum::protocol::author_reward_operation::author

Definition at line 25 of file scorum_virtual_operations.hpp.

◆ permlink

std::string scorum::protocol::author_reward_operation::permlink

Definition at line 26 of file scorum_virtual_operations.hpp.

◆ reward

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.


The documentation for this struct was generated from the following file: