[#CoinStatsIndex-LookUpStats] = xref:CoinStatsIndex.adoc[CoinStatsIndex]::LookUpStats :relfileprefix: ../ :mrdocs: Look up UTXO set statistics for a specific block. == Synopsis Declared in `<index/coinstatsindex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<kernel::CCoinsStats> LookUpStats(xref:CBlockIndex.adoc[CBlockIndex] const& block_index) const; ---- == Return Value The statistics, or std::nullopt if unavailable. == Parameters [cols="1,4"] |=== | Name| Description | *block_index* | Block to compute statistics up to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#