Scorum
|
#include <scorum_virtual_operations.hpp>
Public Member Functions | |
budget_outgo_operation () | |
budget_outgo_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 334 of file scorum_virtual_operations.hpp.
|
inline |
Definition at line 336 of file scorum_virtual_operations.hpp.
|
inline |
Definition at line 339 of file scorum_virtual_operations.hpp.
asset scorum::protocol::budget_outgo_operation::cash = asset(0, SCORUM_SYMBOL) |
Definition at line 354 of file scorum_virtual_operations.hpp.
int64_t scorum::protocol::budget_outgo_operation::id = -1 |
Definition at line 353 of file scorum_virtual_operations.hpp.
account_name_type scorum::protocol::budget_outgo_operation::owner |
Definition at line 352 of file scorum_virtual_operations.hpp.
budget_type scorum::protocol::budget_outgo_operation::type = budget_type::post |
Definition at line 351 of file scorum_virtual_operations.hpp.