BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | List of all members
graphene::chain::op_evaluator Class Referenceabstract

#include <evaluator.hpp>

Inheritance diagram for graphene::chain::op_evaluator:
graphene::chain::op_evaluator_impl< T >

Public Member Functions

virtual ~op_evaluator ()
 
virtual operation_result evaluate (transaction_evaluation_state &eval_state, const operation &op, bool apply)=0
 

Detailed Description

Definition at line 123 of file evaluator.hpp.

Constructor & Destructor Documentation

◆ ~op_evaluator()

virtual graphene::chain::op_evaluator::~op_evaluator ( )
inlinevirtual

Definition at line 126 of file evaluator.hpp.

Member Function Documentation

◆ evaluate()

virtual operation_result graphene::chain::op_evaluator::evaluate ( transaction_evaluation_state eval_state,
const operation op,
bool  apply 
)
pure virtual

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