Bitcoin Core 28.99.0
P2P Digital Currency
|
#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>
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 |
Definition at line 191 of file mempool_entry.h.