Scorum
|
Creates new account with delegation. 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) |
asset | delegation = asset(0, SP_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 |
extensions_type | extensions |
Creates new account with delegation.
Definition at line 52 of file scorum_operations.hpp.
|
inline |
Definition at line 67 of file scorum_operations.hpp.
void scorum::protocol::account_create_with_delegation_operation::validate | ( | ) | const |
Definition at line 39 of file scorum_operations.cpp.
authority scorum::protocol::account_create_with_delegation_operation::active |
Definition at line 59 of file scorum_operations.hpp.
account_name_type scorum::protocol::account_create_with_delegation_operation::creator |
Definition at line 56 of file scorum_operations.hpp.
Definition at line 55 of file scorum_operations.hpp.
extensions_type scorum::protocol::account_create_with_delegation_operation::extensions |
Definition at line 64 of file scorum_operations.hpp.
asset scorum::protocol::account_create_with_delegation_operation::fee = asset(0, SCORUM_SYMBOL) |
Definition at line 54 of file scorum_operations.hpp.
std::string scorum::protocol::account_create_with_delegation_operation::json_metadata |
Definition at line 62 of file scorum_operations.hpp.
public_key_type scorum::protocol::account_create_with_delegation_operation::memo_key |
Definition at line 61 of file scorum_operations.hpp.
account_name_type scorum::protocol::account_create_with_delegation_operation::new_account_name |
Definition at line 57 of file scorum_operations.hpp.
authority scorum::protocol::account_create_with_delegation_operation::owner |
Definition at line 58 of file scorum_operations.hpp.
authority scorum::protocol::account_create_with_delegation_operation::posting |
Definition at line 60 of file scorum_operations.hpp.