cluster_linearize::DepGraph::FeeRate

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

Synopsis

Declared in <cluster_linearize.h>

FeeFrac&
FeeRate(DepGraphIndex i) noexcept;

Return Value

A mutable reference to the transaction's fee and size.

Parameters

NameDescription
iThe transaction position to query.