5#ifndef BITCOIN_RPC_MEMPOOL_H
6#define BITCOIN_RPC_MEMPOOL_H
16 bool include_mempool_sequence =
false);
CTxMemPool stores valid-according-to-the-current-best-chain transactions that may be included in the ...
UniValue MempoolInfoToJSON(const CTxMemPool &pool)
Mempool information to JSON.
UniValue MempoolToJSON(const CTxMemPool &pool, bool verbose=false, bool include_mempool_sequence=false)
Mempool to JSON.