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
Name |
Description |
elems |
The set of positions to aggregate. |
Created with MrDocs