BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <assert.hpp>
Public Member Functions | |
bool | validate () const |
Public Attributes | |
account_id_type | account_id |
string | name |
Used to verify that account_id->name is equal to the given string literal.
Definition at line 34 of file assert.hpp.
bool graphene::protocol::account_name_eq_lit_predicate::validate | ( | ) | const |
Perform state-independent checks. Verify account_name is a valid account name.
Definition at line 32 of file assert.cpp.
account_id_type graphene::protocol::account_name_eq_lit_predicate::account_id |
Definition at line 36 of file assert.hpp.
string graphene::protocol::account_name_eq_lit_predicate::name |
Definition at line 37 of file assert.hpp.