Scorum
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
scorum::protocol::account_update_operation Struct Reference

Updates account keys or/and metadata. More...

#include <scorum_operations.hpp>

Inheritance diagram for scorum::protocol::account_update_operation:
scorum::protocol::base_operation

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
 
- Public Member Functions inherited from scorum::protocol::base_operation
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< authorityowner
 
optional< authorityactive
 
optional< authorityposting
 
public_key_type memo_key
 
std::string json_metadata
 

Detailed Description

Updates account keys or/and metadata.

Definition at line 102 of file scorum_operations.hpp.

Member Function Documentation

◆ get_required_active_authorities()

void scorum::protocol::account_update_operation::get_required_active_authorities ( flat_set< account_name_type > &  a) const
inline

Definition at line 119 of file scorum_operations.hpp.

◆ get_required_owner_authorities()

void scorum::protocol::account_update_operation::get_required_owner_authorities ( flat_set< account_name_type > &  a) const
inline

Definition at line 113 of file scorum_operations.hpp.

◆ validate()

void scorum::protocol::account_update_operation::validate ( ) const

Definition at line 68 of file scorum_operations.cpp.

Member Data Documentation

◆ account

account_name_type scorum::protocol::account_update_operation::account

Definition at line 104 of file scorum_operations.hpp.

◆ active

optional<authority> scorum::protocol::account_update_operation::active

Definition at line 106 of file scorum_operations.hpp.

◆ json_metadata

std::string scorum::protocol::account_update_operation::json_metadata

Definition at line 109 of file scorum_operations.hpp.

◆ memo_key

public_key_type scorum::protocol::account_update_operation::memo_key

Definition at line 108 of file scorum_operations.hpp.

◆ owner

optional<authority> scorum::protocol::account_update_operation::owner

Definition at line 105 of file scorum_operations.hpp.

◆ posting

optional<authority> scorum::protocol::account_update_operation::posting

Definition at line 107 of file scorum_operations.hpp.


The documentation for this struct was generated from the following files: