Scorum
|
Closes advertising budget, remaining funds will be returned to creator. More...
#include <scorum_operations.hpp>
Public Member Functions | |
void | validate () const |
void | get_required_active_authorities (flat_set< account_name_type > &a) 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 |
uuid_type | uuid = boost::uuids::nil_uuid() |
account_name_type | owner |
Closes advertising budget, remaining funds will be returned to creator.
Definition at line 809 of file scorum_operations.hpp.
|
inline |
Definition at line 817 of file scorum_operations.hpp.
void scorum::protocol::close_budget_operation::validate | ( | ) | const |
Definition at line 307 of file scorum_operations.cpp.
account_name_type scorum::protocol::close_budget_operation::owner |
Definition at line 814 of file scorum_operations.hpp.
budget_type scorum::protocol::close_budget_operation::type = budget_type::post |
Definition at line 811 of file scorum_operations.hpp.
uuid_type scorum::protocol::close_budget_operation::uuid = boost::uuids::nil_uuid() |
Definition at line 813 of file scorum_operations.hpp.