[#MempoolInfoToJSON] = MempoolInfoToJSON :mrdocs: Mempool information to JSON == Synopsis Declared in `<rpc/mempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:UniValue.adoc[UniValue] MempoolInfoToJSON(xref:CTxMemPool.adoc[CTxMemPool] const& pool); ---- == Return Value A JSON object with aggregate mempool statistics. == Parameters [cols="1,4"] |=== | Name| Description | *pool* | The mempool to summarize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#