[#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(0x7ff37b420420), requires_capability(0x7ff376fd7dd0), requires_capability(0x7ff38def6ff0), requires_capability(0x7ff3640f8000), requires_capability(0x7ff3920f82f0), requires_capability(0x7ff37f5ca410), requires_capability(0x7ff37d011690), requires_capability(0x7ff374c14ea0)]] 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]#