![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <kernel/coinstats.h>#include <chain.h>#include <coins.h>#include <consensus/amount.h>#include <primitives/blockhash.h>#include <streams.h>#include <uint256.h>#include <cstdint>#include <functional>#include <optional>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... | |