CChainParams::AssumeutxoForBlockhash

Looks up the assumeutxo snapshot data for a given base block hash.

Synopsis

Declared in <kernel/chainparams.h>

std::optional<AssumeutxoData>
AssumeutxoForBlockhash(uint256 const& blockhash) const;

Return Value

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

Parameters

NameDescription
blockhashThe base block hash to search for.