![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
#include <compare>
#include <stdint.h>
#include <memory>
#include <vector>
#include <util/feefrac.h>
Go to the source code of this file.
Classes | |
class | TxGraph |
Data structure to encapsulate fees, sizes, and dependencies for a set of transactions. More... | |
class | TxGraph::Ref |
Functions | |
std::unique_ptr< TxGraph > | MakeTxGraph (unsigned max_cluster_count) noexcept |
Construct a new TxGraph with the specified limit on transactions within a cluster. More... | |
Variables | |
static constexpr unsigned | MAX_CLUSTER_COUNT_LIMIT {64} |
|
noexcept |
Construct a new TxGraph with the specified limit on transactions within a cluster.
That number cannot exceed MAX_CLUSTER_COUNT_LIMIT.
Definition at line 2117 of file txgraph.cpp.