Returns the fee rate of the chunk containing the given entry in the main graph.
Synopsis
Declared in <txmempool.h>
[[requires_capability(0x7ff37b4204e8), requires_capability(0x7ff376fd7e98), requires_capability(0x7ff38def70b8), requires_capability(0x7ff3640f80c8), requires_capability(0x7ff3920f83b8), requires_capability(0x7ff37f5ca4d8), requires_capability(0x7ff37d011758), requires_capability(0x7ff374c14f68)]]
FeePerWeight
GetMainChunkFeerate(CTxMemPoolEntry const& tx) const;
Return Value
The fee‐per‐weight of the entry's chunk.
Parameters
Name |
Description |
tx |
The mempool entry to query. |
Created with MrDocs