CChainParams::AssumeutxoForHeight

Looks up the assumeutxo snapshot data for a given block height.

Synopsis

Declared in <kernel/chainparams.h>

std::optional<AssumeutxoData>
AssumeutxoForHeight(int height) const;

Return Value

The matching snapshot data, or an empty optional if none exists.

Parameters

NameDescription
heightThe block height to search for.