Scorum
|
Updates account keys or/and metadata. More...
#include <scorum_operations.hpp>
Public Member Functions | |
void | validate () const |
void | get_required_owner_authorities (flat_set< account_name_type > &a) 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 | account |
optional< authority > | owner |
optional< authority > | active |
optional< authority > | posting |
public_key_type | memo_key |
std::string | json_metadata |
Updates account keys or/and metadata.
Definition at line 102 of file scorum_operations.hpp.
|
inline |
Definition at line 119 of file scorum_operations.hpp.
|
inline |
Definition at line 113 of file scorum_operations.hpp.
void scorum::protocol::account_update_operation::validate | ( | ) | const |
Definition at line 68 of file scorum_operations.cpp.
account_name_type scorum::protocol::account_update_operation::account |
Definition at line 104 of file scorum_operations.hpp.
optional<authority> scorum::protocol::account_update_operation::active |
Definition at line 106 of file scorum_operations.hpp.
std::string scorum::protocol::account_update_operation::json_metadata |
Definition at line 109 of file scorum_operations.hpp.
public_key_type scorum::protocol::account_update_operation::memo_key |
Definition at line 108 of file scorum_operations.hpp.
optional<authority> scorum::protocol::account_update_operation::owner |
Definition at line 105 of file scorum_operations.hpp.
optional<authority> scorum::protocol::account_update_operation::posting |
Definition at line 107 of file scorum_operations.hpp.