BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::custom_operations::custom_generic_evaluator Class Reference

#include <custom_evaluators.hpp>

Public Member Functions

 custom_generic_evaluator (database &db, const account_id_type account)
 
vector< object_id_typedo_apply (const account_storage_map &o)
 

Public Attributes

database_db
 
account_id_type _account
 

Detailed Description

Definition at line 30 of file custom_evaluators.hpp.

Constructor & Destructor Documentation

◆ custom_generic_evaluator()

graphene::custom_operations::custom_generic_evaluator::custom_generic_evaluator ( database db,
const account_id_type  account 
)

Definition at line 32 of file custom_evaluators.cpp.

Member Function Documentation

◆ do_apply()

vector< object_id_type > graphene::custom_operations::custom_generic_evaluator::do_apply ( const account_storage_map o)

Definition at line 38 of file custom_evaluators.cpp.

Member Data Documentation

◆ _account

account_id_type graphene::custom_operations::custom_generic_evaluator::_account

Definition at line 34 of file custom_evaluators.hpp.

◆ _db

database* graphene::custom_operations::custom_generic_evaluator::_db

Definition at line 33 of file custom_evaluators.hpp.


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