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

Name

Description

pool

The mempool to summarize.

Created with MrDocs