[#CCoinsViewBacked-GetHeadBlocks] = xref:CCoinsViewBacked.adoc[CCoinsViewBacked]::GetHeadBlocks :relfileprefix: ../ :mrdocs: Forward the head‐blocks query to the backing view. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::vector<uint256> GetHeadBlocks() const override; ---- == Return Value The backing view's partially‐written head blocks. [.small]#Created with https://www.mrdocs.com[MrDocs]#