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

Name

Description

block_index

Block to compute statistics up to.

Created with MrDocs