[#cluster_linearize-DepGraph-FeeRate-0b] = xref:cluster_linearize.adoc[cluster_linearize]::xref:cluster_linearize/DepGraph.adoc[DepGraph]::FeeRate :relfileprefix: ../../ :mrdocs: `FeeRate` overloads == Synopses Declared in `<cluster_linearize.h>` Get the feerate of a given transaction i. Complexity: O(1). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:FeeFrac.adoc[FeeFrac] const& xref:cluster_linearize/DepGraph/FeeRate-03.adoc[FeeRate](xref:cluster_linearize/DepGraphIndex.adoc[DepGraphIndex] i) const noexcept; ---- [.small]#xref:cluster_linearize/DepGraph/FeeRate-03.adoc[_» more..._]# Get the mutable feerate of a given transaction i. Complexity: O(1). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:FeeFrac.adoc[FeeFrac]& xref:cluster_linearize/DepGraph/FeeRate-01.adoc[FeeRate](xref:cluster_linearize/DepGraphIndex.adoc[DepGraphIndex] i) noexcept; ---- [.small]#xref:cluster_linearize/DepGraph/FeeRate-01.adoc[_» more..._]# Compute the aggregate feerate of a set of nodes in this graph. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:FeeFrac.adoc[FeeFrac] xref:cluster_linearize/DepGraph/FeeRate-05.adoc[FeeRate](SetType const& elems) const noexcept; ---- [.small]#xref:cluster_linearize/DepGraph/FeeRate-05.adoc[_» more..._]# == Return Value * The transaction's fee and size. * A mutable reference to the transaction's fee and size. * The combined fee and size of the set. == Parameters [cols="1,4"] |=== | Name| Description | *i* | The transaction position to query. | *elems* | The set of positions to aggregate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#