BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Member Functions | List of all members
CompareTxMemPoolEntryByAncestorFee Class Reference

#include <txmempool.h>

Public Member Functions

template<typename T >
bool operator() (const T &a, const T &b) const
 
template<typename T >
void GetModFeeAndSize (const T &a, double &mod_fee, double &size) const
 

Detailed Description

Definition at line 277 of file txmempool.h.

Member Function Documentation

◆ GetModFeeAndSize()

template<typename T >
void CompareTxMemPoolEntryByAncestorFee::GetModFeeAndSize ( const T &  a,
double &  mod_fee,
double &  size 
) const
inline

Definition at line 300 of file txmempool.h.

Here is the caller graph for this function:

◆ operator()()

template<typename T >
bool CompareTxMemPoolEntryByAncestorFee::operator() ( const T &  a,
const T &  b 
) const
inline

Definition at line 281 of file txmempool.h.

Here is the call graph for this function:

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