Scorum
|
#include <scorum_virtual_operations.hpp>
Public Member Functions | |
budget_owner_income_operation () | |
budget_owner_income_operation (const budget_type type_, const account_name_type &owner_, const int64_t id_, const asset &cash_) | |
![]() | |
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 | |
budget_type | type = budget_type::post |
account_name_type | owner |
int64_t | id = -1 |
asset | cash = asset(0, SCORUM_SYMBOL) |
Definition at line 357 of file scorum_virtual_operations.hpp.
|
inline |
Definition at line 359 of file scorum_virtual_operations.hpp.
|
inline |
Definition at line 362 of file scorum_virtual_operations.hpp.
asset scorum::protocol::budget_owner_income_operation::cash = asset(0, SCORUM_SYMBOL) |
Definition at line 377 of file scorum_virtual_operations.hpp.
int64_t scorum::protocol::budget_owner_income_operation::id = -1 |
Definition at line 376 of file scorum_virtual_operations.hpp.
account_name_type scorum::protocol::budget_owner_income_operation::owner |
Definition at line 375 of file scorum_virtual_operations.hpp.
budget_type scorum::protocol::budget_owner_income_operation::type = budget_type::post |
Definition at line 374 of file scorum_virtual_operations.hpp.