[#MempoolToJSON] = MempoolToJSON :mrdocs: Mempool to JSON == Synopsis Declared in `<rpc/mempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:UniValue.adoc[UniValue] MempoolToJSON( xref:CTxMemPool.adoc[CTxMemPool] const& pool, bool verbose = false, bool include_mempool_sequence = false); ---- == Return Value A JSON representation of the mempool contents. == Parameters [cols="1,4"] |=== | Name| Description | *pool* | The mempool to serialize. | *verbose* | If true, include detailed per‐transaction entries. | *include_mempool_sequence* | If true, include the mempool sequence number. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#