Looks up the assumeutxo snapshot data for a given base block hash.
Declared in <kernel/chainparams.h>
std::optional<AssumeutxoData>
AssumeutxoForBlockhash(uint256 const& blockhash) const;
The matching snapshot data, or an empty optional if none exists.
| Name | Description |
|---|---|
| blockhash | The base block hash to search for. |