BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
The hardfork_visitor struct checks whether a given operation type has been hardforked in or not. More...
#include <hardfork_visitor.hpp>
Public Member Functions | |
hardfork_visitor (const fc::time_point_sec &head_block_time) | |
Public Attributes | |
fc::time_point_sec | now |
The hardfork_visitor struct checks whether a given operation type has been hardforked in or not.
This visitor can be invoked in several different ways, including operation::visit, typelist::runtime::dispatch, or direct invocation by calling the visit() method passing an operation variant, narrow operation type, operation tag, or templating on the narrow operation type
Definition at line 44 of file hardfork_visitor.hpp.
Definition at line 49 of file hardfork_visitor.hpp.
using graphene::chain::hardfork_visitor::credit_deal_update_op = fc::typelist::list< protocol::credit_deal_update_operation > |
Definition at line 70 of file hardfork_visitor.hpp.
Definition at line 69 of file hardfork_visitor.hpp.
using graphene::chain::hardfork_visitor::first_unforked_op = protocol::custom_authority_create_operation |
Definition at line 46 of file hardfork_visitor.hpp.
using graphene::chain::hardfork_visitor::hf1604_ops = fc::typelist::list< protocol::limit_order_update_operation> |
Definition at line 50 of file hardfork_visitor.hpp.
using graphene::chain::hardfork_visitor::hf2103_ops = fc::typelist::list< protocol::ticket_create_operation, protocol::ticket_update_operation> |
Definition at line 52 of file hardfork_visitor.hpp.
Definition at line 57 of file hardfork_visitor.hpp.
using graphene::chain::hardfork_visitor::liquidity_pool_update_op = fc::typelist::list< protocol::liquidity_pool_update_operation > |
Definition at line 58 of file hardfork_visitor.hpp.
using graphene::chain::hardfork_visitor::result_type = bool |
Definition at line 45 of file hardfork_visitor.hpp.
Definition at line 63 of file hardfork_visitor.hpp.
|
inlineexplicit |
Definition at line 75 of file hardfork_visitor.hpp.
fc::time_point_sec graphene::chain::hardfork_visitor::now |
Definition at line 72 of file hardfork_visitor.hpp.