Bitcoin ABC 0.30.5
P2P Digital Currency
|
#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>
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 > |
using CTxMemPoolEntryRef = RCUPtr<CTxMemPoolEntry> |
Definition at line 56 of file mempool_entry.h.