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::asset_symbol_eq_lit_predicate Struct Reference

#include <assert.hpp>

Public Member Functions

bool validate () const
 

Public Attributes

asset_id_type asset_id
 
string symbol
 

Detailed Description

Used to verify that asset_id->symbol is equal to the given string literal.

Definition at line 49 of file assert.hpp.

Member Function Documentation

◆ validate()

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.

Member Data Documentation

◆ asset_id

asset_id_type graphene::protocol::asset_symbol_eq_lit_predicate::asset_id

Definition at line 51 of file assert.hpp.

◆ symbol

string graphene::protocol::asset_symbol_eq_lit_predicate::symbol

Definition at line 52 of file assert.hpp.


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