BitShares-Core  6.1.0
BitShares blockchain implementation and command-line interface software
Classes | Namespaces | Typedefs
assert.hpp File Reference
#include <graphene/protocol/base.hpp>
#include <graphene/protocol/asset.hpp>

Go to the source code of this file.

Classes

struct  graphene::protocol::account_name_eq_lit_predicate
 
struct  graphene::protocol::asset_symbol_eq_lit_predicate
 
struct  graphene::protocol::block_id_predicate
 
struct  graphene::protocol::assert_operation
 assert that some conditions are true.This operation performs no changes to the database state, but can but used to verify pre or post conditions for other operations. More...
 
struct  graphene::protocol::assert_operation::fee_parameters_type
 

Namespaces

 graphene
 
 graphene::protocol
 

Typedefs

typedef static_variant< account_name_eq_lit_predicate, asset_symbol_eq_lit_predicate, block_id_predicate > graphene::protocol::predicate