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>
virtual
FeePerWeight
GetIndividualFeerate(Ref const& arg) noexcept = 0;
Return Value
The transaction's individual feerate, or the empty FeePerWeight if it does not exist.
Parameters
Name |
Description |
arg |
Reference to the transaction to query. |
Created with MrDocs