![]() |
Bitcoin Core
22.99.0
P2P Digital Currency
|
#include <chain.h>
#include <coins.h>
#include <consensus/amount.h>
#include <streams.h>
#include <uint256.h>
#include <cstdint>
#include <functional>
Go to the source code of this file.
Classes | |
struct | node::CCoinsStats |
Namespaces | |
node | |
Enumerations | |
enum | node::CoinStatsHashType { node::CoinStatsHashType::HASH_SERIALIZED, node::CoinStatsHashType::MUHASH, node::CoinStatsHashType::NONE } |
Functions | |
bool | node::GetUTXOStats (CCoinsView *view, node::BlockManager &blockman, CCoinsStats &stats, const std::function< void()> &interruption_point={}, const CBlockIndex *pindex=nullptr) |
Calculate statistics about the unspent transaction output set. More... | |
uint64_t | node::GetBogoSize (const CScript &script_pub_key) |
CDataStream | node::TxOutSer (const COutPoint &outpoint, const Coin &coin) |