Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Typedefs
mempool_entry.h File Reference
#include <consensus/amount.h>
#include <consensus/validation.h>
#include <core_memusage.h>
#include <policy/policy.h>
#include <policy/settings.h>
#include <primitives/transaction.h>
#include <util/epochguard.h>
#include <util/overflow.h>
#include <chrono>
#include <functional>
#include <memory>
#include <set>
#include <stddef.h>
#include <stdint.h>
Include dependency graph for mempool_entry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LockPoints
 
struct  CompareIteratorByHash
 
class  CTxMemPoolEntry
 CTxMemPoolEntry stores data about the corresponding transaction, as well as data about all in-mempool transactions that depend on the transaction ("descendant" transactions). More...
 
struct  CTxMemPoolEntry::ExplicitCopyTag
 
struct  TransactionInfo
 
struct  RemovedMempoolTransactionInfo
 
struct  NewMempoolTransactionInfo
 

Typedefs

using CTxMemPoolEntryRef = CTxMemPoolEntry::CTxMemPoolEntryRef
 

Typedef Documentation

◆ CTxMemPoolEntryRef

Definition at line 191 of file mempool_entry.h.