Restore the running UTXO statistics from the database on startup.

Synopsis

Declared in <index/coinstatsindex.h>

virtual
bool
CustomInit(std::optional<interfaces::BlockRef> const& block) override;

Return Value

True on success.

Parameters

Name

Description

block

Best block recorded in the database, if any.

Created with MrDocs