[#TxGraph-GetIndividualFeerate] = xref:TxGraph.adoc[TxGraph]::GetIndividualFeerate :relfileprefix: ../ :mrdocs: Get the individual transaction feerate of transaction arg. Returns the empty FeePerWeight if arg does not exist in either main or staging. This is available even for oversized graphs. == Synopsis Declared in `<txgraph.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:FeePerWeight.adoc[FeePerWeight] GetIndividualFeerate(xref:TxGraph/Ref.adoc[Ref] const& arg) noexcept = 0; ---- == Return Value The transaction's individual feerate, or the empty FeePerWeight if it does not exist. == Parameters [cols="1,4"] |=== | Name| Description | *arg* | Reference to the transaction to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#