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