Look up UTXO set statistics for a specific block.
Declared in <index/coinstatsindex.h>
std::optional<kernel::CCoinsStats>
LookUpStats(CBlockIndex const& block_index) const;
The statistics, or std::nullopt if unavailable.
| Name | Description |
|---|---|
| block_index | Block to compute statistics up to. |