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

Name

Description

i

The transaction position to query.

Created with MrDocs