cluster_linearize::DepGraph::FeeRate

Compute the aggregate feerate of a set of nodes in this graph.

Synopsis

Declared in <cluster_linearize.h>

FeeFrac
FeeRate(SetType const& elems) const noexcept;

Description

Complexity: O(N) where N=elems.Count().

Return Value

The combined fee and size of the set.

Parameters

NameDescription
elemsThe set of positions to aggregate.