Returns the fee rate of the chunk containing the given entry in the main graph.
Declared in <txmempool.h>
[[requires_capability(0x7fbc8f6845f8), requires_capability(0x7fbc95d46358), requires_capability(0x7fbca708c018), requires_capability(0x7fbc862748b8), requires_capability(0x7fbca7898f98), requires_capability(0x7fbc84aba5e8), requires_capability(0x7fbc870f9ae8), requires_capability(0x7fbc921e13a8)]]
FeePerWeight
GetMainChunkFeerate(CTxMemPoolEntry const& tx) const;
The fee-per-weight of the entry's chunk.
| Name | Description |
|---|---|
| tx | The mempool entry to query. |