BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <custom_evaluators.hpp>
Public Member Functions | |
custom_generic_evaluator (database &db, const account_id_type account) | |
vector< object_id_type > | do_apply (const account_storage_map &o) |
Public Attributes | |
database * | _db |
account_id_type | _account |
Definition at line 30 of file custom_evaluators.hpp.
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.
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.
account_id_type graphene::custom_operations::custom_generic_evaluator::_account |
Definition at line 34 of file custom_evaluators.hpp.
database* graphene::custom_operations::custom_generic_evaluator::_db |
Definition at line 33 of file custom_evaluators.hpp.