Bitcoin ABC 0.30.5
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
UniValue | MempoolInfoToJSON (const CTxMemPool &pool) |
Mempool information to JSON. More... | |
UniValue | MempoolToJSON (const CTxMemPool &pool, bool verbose=false, bool include_mempool_sequence=false) |
Mempool to JSON. More... | |
UniValue MempoolInfoToJSON | ( | const CTxMemPool & | pool | ) |
Mempool information to JSON.
Definition at line 681 of file mempool.cpp.
UniValue MempoolToJSON | ( | const CTxMemPool & | pool, |
bool | verbose = false , |
||
bool | include_mempool_sequence = false |
||
) |
Mempool to JSON.
Definition at line 395 of file mempool.cpp.