BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::protocol::account_name_eq_lit_predicate Struct Reference

#include <assert.hpp>

Public Member Functions

bool validate () const
 

Public Attributes

account_id_type account_id
 
string name
 

Detailed Description

Used to verify that account_id->name is equal to the given string literal.

Definition at line 34 of file assert.hpp.

Member Function Documentation

◆ validate()

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.

Member Data Documentation

◆ account_id

account_id_type graphene::protocol::account_name_eq_lit_predicate::account_id

Definition at line 36 of file assert.hpp.

◆ name

string graphene::protocol::account_name_eq_lit_predicate::name

Definition at line 37 of file assert.hpp.


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