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