[#CCoinsViewCache-GetBestBlock] = xref:CCoinsViewCache.adoc[CCoinsViewCache]::GetBestBlock :relfileprefix: ../ :mrdocs: Retrieve the best block hash this cache represents. == 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. [.small]#Created with https://www.mrdocs.com[MrDocs]#