Scorum
scorum_evaluators.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
6 
7 namespace scorum {
8 namespace chain {
9 
10 using namespace scorum::protocol;
11 
12 DEFINE_EVALUATOR(account_create)
13 DEFINE_EVALUATOR(account_create_with_delegation)
14 DEFINE_EVALUATOR(account_update)
15 DEFINE_EVALUATOR(account_witness_proxy)
16 DEFINE_EVALUATOR(account_witness_vote)
17 DEFINE_EVALUATOR(atomicswap_initiate)
18 DEFINE_EVALUATOR(atomicswap_redeem)
19 DEFINE_EVALUATOR(atomicswap_refund)
20 DEFINE_EVALUATOR(change_recovery_account)
21 DEFINE_EVALUATOR(comment)
22 DEFINE_EVALUATOR(comment_options)
23 DEFINE_EVALUATOR(decline_voting_rights)
24 DEFINE_EVALUATOR(delegate_scorumpower)
25 DEFINE_EVALUATOR(delete_comment)
26 DEFINE_EVALUATOR(escrow_approve)
27 DEFINE_EVALUATOR(escrow_dispute)
28 DEFINE_EVALUATOR(escrow_release)
29 DEFINE_EVALUATOR(escrow_transfer)
30 DEFINE_EVALUATOR(prove_authority)
31 DEFINE_EVALUATOR(recover_account)
32 DEFINE_EVALUATOR(request_account_recovery)
33 DEFINE_EVALUATOR(transfer)
34 DEFINE_EVALUATOR(transfer_to_scorumpower)
35 DEFINE_EVALUATOR(witness_update)
36 } // namespace chain
37 } // namespace scorum
#define DEFINE_EVALUATOR(X)
Definition: evaluator.hpp:46
Definition: asset.cpp:15