[#CChainParams-AssumeutxoForHeight] = xref:CChainParams.adoc[CChainParams]::AssumeutxoForHeight :relfileprefix: ../ :mrdocs: Looks up the assumeutxo snapshot data for a given block height. == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<AssumeutxoData> AssumeutxoForHeight(int height) const; ---- == Return Value The matching snapshot data, or an empty optional if none exists. == Parameters [cols="1,4"] |=== | Name| Description | *height* | The block height to search for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#