Bitcoin ABC  0.29.2
P2P Digital Currency
Public Member Functions | List of all members
CompareTxMemPoolEntryByModifiedFeeRate Class Reference

Sort by feerate of entry (modfee/vsize) in descending order. More...

#include <txmempool.h>

Public Member Functions

bool operator() (const CTxMemPoolEntry &a, const CTxMemPoolEntry &b) const
 
bool operator() (const CTxMemPoolEntryRef &a, const CTxMemPoolEntryRef &b) const
 

Detailed Description

Sort by feerate of entry (modfee/vsize) in descending order.

This is used by the block assembler (mining).

Definition at line 91 of file txmempool.h.

Member Function Documentation

◆ operator()() [1/2]

bool CompareTxMemPoolEntryByModifiedFeeRate::operator() ( const CTxMemPoolEntry a,
const CTxMemPoolEntry b 
) const
inline

Definition at line 93 of file txmempool.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()() [2/2]

bool CompareTxMemPoolEntryByModifiedFeeRate::operator() ( const CTxMemPoolEntryRef a,
const CTxMemPoolEntryRef b 
) const
inline

Definition at line 113 of file txmempool.h.

Here is the call graph for this function:

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