MempoolInfoToJSON

Mempool information to JSON

Synopsis

Declared in <rpc/mempool.h>

UniValue
MempoolInfoToJSON(CTxMemPool const& pool);

Return Value

A JSON object with aggregate mempool statistics.

Parameters

NameDescription
poolThe mempool to summarize.