veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
altintegration::VbkPayloadsRelations::AtvCombinedComparator Struct Reference

Detailed Description

Definition at line 44 of file mempool_relations.hpp.

+ Collaboration diagram for altintegration::VbkPayloadsRelations::AtvCombinedComparator:

Public Member Functions

 AtvCombinedComparator (const AltBlockTree &tree)
 
bool operator() (const std::shared_ptr< ATV > &a, const std::shared_ptr< ATV > &b) const
 

Constructor & Destructor Documentation

◆ AtvCombinedComparator()

altintegration::VbkPayloadsRelations::AtvCombinedComparator::AtvCombinedComparator ( const AltBlockTree tree)
inline

Definition at line 45 of file mempool_relations.hpp.

46 : txFeeComparator(), endorsedAltComparator(tree) {}

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