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 | |
asset_id_type | asset_id |
string | symbol |
Used to verify that asset_id->symbol is equal to the given string literal.
Definition at line 49 of file assert.hpp.
bool graphene::protocol::asset_symbol_eq_lit_predicate::validate | ( | ) | const |
Perform state independent checks. Verify symbol is a valid asset symbol.
Definition at line 37 of file assert.cpp.
asset_id_type graphene::protocol::asset_symbol_eq_lit_predicate::asset_id |
Definition at line 51 of file assert.hpp.
string graphene::protocol::asset_symbol_eq_lit_predicate::symbol |
Definition at line 52 of file assert.hpp.