Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <node/coinstats.h>
#include <coins.h>
#include <index/coinstatsindex.h>
#include <optional>
#include <validation.h>
Go to the source code of this file.
Namespaces | |
namespace | node |
Functions | |
std::optional< kernel::CCoinsStats > | node::GetUTXOStats (CCoinsView *view, node::BlockManager &blockman, kernel::CoinStatsHashType hash_type, const std::function< void()> &interruption_point={}, const CBlockIndex *pindex=nullptr, bool index_requested=true) |
Calculate statistics about the unspent transaction output set. More... | |