![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
Go to the source code of this file.
Classes | |
| struct | CCoinsStats |
Enumerations | |
| enum | CoinStatsHashType { CoinStatsHashType::HASH_SERIALIZED, CoinStatsHashType::NONE } |
Functions | |
| bool | GetUTXOStats (CCoinsView *view, CCoinsStats &stats, const CoinStatsHashType hash_type, const std::function< void()> &interruption_point={}) |
| Calculate statistics about the unspent transaction output set. More... | |
|
strong |
| Enumerator | |
|---|---|
| HASH_SERIALIZED | |
| NONE | |
Definition at line 17 of file coinstats.h.
| bool GetUTXOStats | ( | CCoinsView * | view, |
| CCoinsStats & | stats, | ||
| const CoinStatsHashType | hash_type, | ||
| const std::function< void()> & | interruption_point = {} |
||
| ) |
Calculate statistics about the unspent transaction output set.
Definition at line 100 of file coinstats.cpp.
1.8.8