Bitcoin ABC  0.29.2
P2P Digital Currency
Classes | Typedefs
mempool_entry.h File Reference
#include <consensus/amount.h>
#include <core_memusage.h>
#include <policy/policy.h>
#include <policy/settings.h>
#include <primitives/transaction.h>
#include <rcu.h>
#include <chrono>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <memory>
#include <set>
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  CompareIteratorById
 
struct  CompareIteratorByRevEntryId
 Iterate txs in reverse-topological order. More...
 
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...
 

Typedefs

using CTxMemPoolEntryRef = RCUPtr< CTxMemPoolEntry >
 

Typedef Documentation

◆ CTxMemPoolEntryRef

Definition at line 56 of file mempool_entry.h.