FeeRate overloads
Synopses
Declared in <cluster_linearize.h>
Get the feerate of a given transaction i. Complexity: O(1).
FeeFrac const&
FeeRate(DepGraphIndex i) const noexcept;
Get the mutable feerate of a given transaction i. Complexity: O(1).
FeeFrac&
FeeRate(DepGraphIndex i) noexcept;
Compute the aggregate feerate of a set of nodes in this graph.
Return Value
-
The transaction's fee and size.
-
A mutable reference to the transaction's fee and size.
-
The combined fee and size of the set.
Parameters
Name |
Description |
i |
The transaction position to query. |
elems |
The set of positions to aggregate. |
Created with MrDocs