Scorum
|
Creates new account by registration committee. 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 | |
account_name_type | creator |
account_name_type | new_account_name |
authority | owner |
authority | active |
authority | posting |
public_key_type | memo_key |
std::string | json_metadata |
Creates new account by registration committee.
Without paying fee and with empty balance. You need to delegate some scorumpower to activate this account
Definition at line 80 of file scorum_operations.hpp.
|
inline |
Definition at line 91 of file scorum_operations.hpp.
void scorum::protocol::account_create_by_committee_operation::validate | ( | ) | const |
Definition at line 56 of file scorum_operations.cpp.
authority scorum::protocol::account_create_by_committee_operation::active |
Definition at line 85 of file scorum_operations.hpp.
account_name_type scorum::protocol::account_create_by_committee_operation::creator |
Definition at line 82 of file scorum_operations.hpp.
std::string scorum::protocol::account_create_by_committee_operation::json_metadata |
Definition at line 88 of file scorum_operations.hpp.
public_key_type scorum::protocol::account_create_by_committee_operation::memo_key |
Definition at line 87 of file scorum_operations.hpp.
account_name_type scorum::protocol::account_create_by_committee_operation::new_account_name |
Definition at line 83 of file scorum_operations.hpp.
authority scorum::protocol::account_create_by_committee_operation::owner |
Definition at line 84 of file scorum_operations.hpp.
authority scorum::protocol::account_create_by_committee_operation::posting |
Definition at line 86 of file scorum_operations.hpp.