Scorum
|
Creates new account. 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 | |
asset | fee = asset(0, SCORUM_SYMBOL) |
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.
Definition at line 29 of file scorum_operations.hpp.
|
inline |
Definition at line 41 of file scorum_operations.hpp.
void scorum::protocol::account_create_operation::validate | ( | ) | const |
Definition at line 27 of file scorum_operations.cpp.
authority scorum::protocol::account_create_operation::active |
Definition at line 35 of file scorum_operations.hpp.
account_name_type scorum::protocol::account_create_operation::creator |
Definition at line 32 of file scorum_operations.hpp.
asset scorum::protocol::account_create_operation::fee = asset(0, SCORUM_SYMBOL) |
Definition at line 31 of file scorum_operations.hpp.
std::string scorum::protocol::account_create_operation::json_metadata |
Definition at line 38 of file scorum_operations.hpp.
public_key_type scorum::protocol::account_create_operation::memo_key |
Definition at line 37 of file scorum_operations.hpp.
account_name_type scorum::protocol::account_create_operation::new_account_name |
Definition at line 33 of file scorum_operations.hpp.
authority scorum::protocol::account_create_operation::owner |
Definition at line 34 of file scorum_operations.hpp.
authority scorum::protocol::account_create_operation::posting |
Definition at line 36 of file scorum_operations.hpp.