CoinStatsIndex::LookUpStats

Look up UTXO set statistics for a specific block.

Synopsis

Declared in <index/coinstatsindex.h>

std::optional<kernel::CCoinsStats>
LookUpStats(CBlockIndex const& block_index) const;

Return Value

The statistics, or std::nullopt if unavailable.

Parameters

NameDescription
block_indexBlock to compute statistics up to.