FeeRate overloads
Declared in <cluster_linearize.h>
Get the feerate of a given transaction i. Complexity: O(1).
FeeFrac const&
FeeRate(DepGraphIndex i) const noexcept;
» more...
Get the mutable feerate of a given transaction i. Complexity: O(1).
FeeFrac&
FeeRate(DepGraphIndex i) noexcept;
» more...
Compute the aggregate feerate of a set of nodes in this graph.
FeeFrac
FeeRate(SetType const& elems) const noexcept;
» more...
| Name | Description |
|---|---|
| i | The transaction position to query. |
| elems | The set of positions to aggregate. |