Scorum
|
Creates new committee proposal. More...
#include <scorum_operations.hpp>
Public Member Functions | |
void | get_required_active_authorities (flat_set< account_name_type > &a) 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 | |
account_name_type | creator |
uint32_t | lifetime_sec = 0 |
proposal_operation | operation |
Creates new committee proposal.
Definition at line 848 of file scorum_operations.hpp.
|
inline |
Definition at line 855 of file scorum_operations.hpp.
void scorum::protocol::proposal_create_operation::validate | ( | ) | const |
Definition at line 346 of file scorum_operations.cpp.
account_name_type scorum::protocol::proposal_create_operation::creator |
Definition at line 850 of file scorum_operations.hpp.
uint32_t scorum::protocol::proposal_create_operation::lifetime_sec = 0 |
Definition at line 851 of file scorum_operations.hpp.
proposal_operation scorum::protocol::proposal_create_operation::operation |
Definition at line 853 of file scorum_operations.hpp.