[#TxGraph-GetMainStagingDiagrams] = xref:TxGraph.adoc[TxGraph]::GetMainStagingDiagrams :relfileprefix: ../ :mrdocs: For both main and staging (which must both exist and not be oversized), return the combined respective feerate diagrams, including chunks from all clusters, but excluding clusters that appear identically in both. Use FeeFrac rather than FeePerWeight so CompareChunks is usable without type‐conversion. == Synopsis Declared in `<txgraph.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::pair<std::vector<FeeFrac>, std::vector<FeeFrac>> GetMainStagingDiagrams() noexcept = 0; ---- == Return Value A pair holding the main graph's and staging graph's combined feerate diagrams. [.small]#Created with https://www.mrdocs.com[MrDocs]#