[#CChainParams-GetAvailableSnapshotHeights] = xref:CChainParams.adoc[CChainParams]::GetAvailableSnapshotHeights :relfileprefix: ../ :mrdocs: Returns the heights for which an assumeutxo snapshot is available. == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<int> GetAvailableSnapshotHeights() const; ---- == Return Value The list of snapshot block heights. [.small]#Created with https://www.mrdocs.com[MrDocs]#