[#CCoinsViewDB-GetBestBlock] = xref:CCoinsViewDB.adoc[CCoinsViewDB]::GetBestBlock :relfileprefix: ../ :mrdocs: Returns the hash of the best (tip) block recorded in the database. == Synopsis Declared in `<txdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual xref:uint256.adoc[uint256] GetBestBlock() const override; ---- == Return Value The best block hash. [.small]#Created with https://www.mrdocs.com[MrDocs]#