#include <escrow_evaluator.hpp>
Public Types | |
typedef protocol::escrow_approve_operation< Major, Hardfork, Release > | operation_type |
![]() | |
typedef golos::protocol::operation | operation_sv_type |
Public Member Functions | |
escrow_approve_evaluator (database &db) | |
void | do_apply (const operation_type &o) |
![]() | |
evaluator (database &d) | |
virtual void | apply (const golos::protocol::operation &o) final override |
virtual int | get_type () const override |
database & | get_database () |
Additional Inherited Members | |
![]() | |
database & | db |
Definition at line 23 of file escrow_evaluator.hpp.
typedef protocol::escrow_approve_operation<Major, Hardfork, Release> golos::chain::escrow_approve_evaluator< Major, Hardfork, Release >::operation_type |
Definition at line 26 of file escrow_evaluator.hpp.
|
inline |
Definition at line 28 of file escrow_evaluator.hpp.
void golos::chain::escrow_approve_evaluator< Major, Hardfork, Release >::do_apply | ( | const operation_type & | o | ) |
Definition at line 56 of file escrow_evaluator.cpp.