[#CTxMemPool-GetMainChunkFeerate] = xref:CTxMemPool.adoc[CTxMemPool]::GetMainChunkFeerate :relfileprefix: ../ :mrdocs: Returns the fee rate of the chunk containing the given entry in the main graph. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff37b4204e8), requires_capability(0x7ff376fd7e98), requires_capability(0x7ff38def70b8), requires_capability(0x7ff3640f80c8), requires_capability(0x7ff3920f83b8), requires_capability(0x7ff37f5ca4d8), requires_capability(0x7ff37d011758), requires_capability(0x7ff374c14f68)]] xref:FeePerWeight.adoc[FeePerWeight] GetMainChunkFeerate(xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry] const& tx) const; ---- == Return Value The fee‐per‐weight of the entry's chunk. == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The mempool entry to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#