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