cluster_linearize::DepGraph::FeeRate

Get the feerate of a given transaction i. Complexity: O(1).

Synopsis

Declared in <cluster_linearize.h>

FeeFrac const&
FeeRate(DepGraphIndex i) const noexcept;

Return Value

The transaction's fee and size.

Parameters

NameDescription
iThe transaction position to query.