[#CBlockLocator-IsNull] = xref:CBlockLocator.adoc[CBlockLocator]::IsNull :relfileprefix: ../ :mrdocs: Returns true when the locator holds no block hashes. == Synopsis Declared in `<primitives/block.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsNull() const; ---- == Return Value True if the locator is empty. [.small]#Created with https://www.mrdocs.com[MrDocs]#