Scorum
|
Proves authority to remove challenge. 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_owner_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 | challenged |
bool | require_owner = false |
Proves authority to remove challenge.
Definition at line 184 of file scorum_operations.hpp.
|
inline |
Definition at line 191 of file scorum_operations.hpp.
|
inline |
Definition at line 196 of file scorum_operations.hpp.
void scorum::protocol::prove_authority_operation::validate | ( | ) | const |
Definition at line 116 of file scorum_operations.cpp.
account_name_type scorum::protocol::prove_authority_operation::challenged |
Definition at line 186 of file scorum_operations.hpp.
bool scorum::protocol::prove_authority_operation::require_owner = false |
Definition at line 187 of file scorum_operations.hpp.