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

Name

Description

i

The transaction position to query.

Created with MrDocs