[#CCoinsViewCursor-GetBestBlock] = xref:CCoinsViewCursor.adoc[CCoinsViewCursor]::GetBestBlock :relfileprefix: ../ :mrdocs: Get best block at the time this cursor was created == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:uint256.adoc[uint256] const& GetBestBlock() const; ---- == Return Value Hash of the best block the cursor iterates over. [.small]#Created with https://www.mrdocs.com[MrDocs]#