5#ifndef BITCOIN_RPC_MEMPOOL_H
6#define BITCOIN_RPC_MEMPOOL_H
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.
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...