[#Chainstate-GetMempool] = xref:Chainstate.adoc[Chainstate]::GetMempool :relfileprefix: ../ :mrdocs: Access the mempool kept in sync with this chainstate. == Synopsis Declared in `<validation.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CTxMemPool.adoc[CTxMemPool]* GetMempool(); ---- == Return Value A pointer to the mempool. [.small]#Created with https://www.mrdocs.com[MrDocs]#