![]() |
Bitcoin ABC
0.22.13
P2P Digital Currency
|
#include <amount.h>
#include <primitives/blockhash.h>
#include <uint256.h>
#include <cstdint>
#include <functional>
Go to the source code of this file.
Classes | |
struct | CCoinsStats |
Functions | |
bool | GetUTXOStats (CCoinsView *view, CCoinsStats &stats, const std::function< void()> &interruption_point={}) |
Calculate statistics about the unspent transaction output set. More... | |
bool GetUTXOStats | ( | CCoinsView * | view, |
CCoinsStats & | stats, | ||
const std::function< void()> & | interruption_point = {} |
||
) |
Calculate statistics about the unspent transaction output set.
Definition at line 39 of file coinstats.cpp.