[#cluster_linearize-DepGraph-FeeRate-03] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/DepGraph.adoc[DepGraph]::FeeRate :relfileprefix: ../../ :mrdocs: Get the feerate of a given transaction i. Complexity: O(1). == Synopsis Declared in `<cluster_linearize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:FeeFrac.adoc[FeeFrac] const& FeeRate(xref:cluster_linearize/DepGraphIndex.adoc[DepGraphIndex] i) const noexcept; ---- == Return Value The transaction's fee and size. == Parameters [cols="1,4"] |=== | Name| Description | *i* | The transaction position to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#