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

Public Types

typedef bool result_type
 

Public Member Functions

 htlc_redeem_visitor (const std::vector< char > &preimage)
 
template<typename T >
bool operator() (const T &preimage_hash) const
 

Detailed Description

Definition at line 124 of file htlc_evaluator.cpp.

Member Typedef Documentation

◆ result_type

Definition at line 129 of file htlc_evaluator.cpp.

Constructor & Destructor Documentation

◆ htlc_redeem_visitor()

graphene::chain::htlc_redeem_visitor::htlc_redeem_visitor ( const std::vector< char > &  preimage)
inline

Definition at line 131 of file htlc_evaluator.cpp.

Member Function Documentation

◆ operator()()

template<typename T >
bool graphene::chain::htlc_redeem_visitor::operator() ( const T &  preimage_hash) const
inline

Definition at line 135 of file htlc_evaluator.cpp.


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