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
Name |
Description |
blockhash |
The base block hash to search for. |
Created with MrDocs