[#CCoinsViewBacked-GetBestBlock] = xref:CCoinsViewBacked.adoc[CCoinsViewBacked]::GetBestBlock :relfileprefix: ../ :mrdocs: Forward the best‐block query to the backing view. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:uint256.adoc[uint256] GetBestBlock() const override; ---- == Return Value Hash of the best block the backing view represents. [.small]#Created with https://www.mrdocs.com[MrDocs]#