[#CTxMemPool-GetFeerateDiagram] = xref:CTxMemPool.adoc[CTxMemPool]::GetFeerateDiagram :relfileprefix: ../ :mrdocs: Returns the mempool's fee‐rate diagram, i.e. the chunk fee rates in mining order. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1b5a2a50), requires_capability(0x7f2e2721ba60), requires_capability(0x7f2e421cd170), requires_capability(0x7f2e2880c130), requires_capability(0x7f2e3212f4c0), requires_capability(0x7f2e347f7b50), requires_capability(0x7f2e2b05bfc0), requires_capability(0x7f2e2bee3660)]] std::vector<FeePerWeight> GetFeerateDiagram() const; ---- == Return Value The fee‐per‐weight values for each chunk, best first. [.small]#Created with https://www.mrdocs.com[MrDocs]#