Scorum
|
Updates advertising budget metadata. 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 |
std::string | json_metadata |
Updates advertising budget metadata.
Definition at line 790 of file scorum_operations.hpp.
|
inline |
Definition at line 799 of file scorum_operations.hpp.
void scorum::protocol::update_budget_operation::validate | ( | ) | const |
Definition at line 301 of file scorum_operations.cpp.
std::string scorum::protocol::update_budget_operation::json_metadata |
Definition at line 796 of file scorum_operations.hpp.
account_name_type scorum::protocol::update_budget_operation::owner |
Definition at line 795 of file scorum_operations.hpp.
budget_type scorum::protocol::update_budget_operation::type = budget_type::post |
Definition at line 792 of file scorum_operations.hpp.
uuid_type scorum::protocol::update_budget_operation::uuid = boost::uuids::nil_uuid() |
Definition at line 794 of file scorum_operations.hpp.