[#CBlockHeader-IsNull] = xref:CBlockHeader.adoc[CBlockHeader]::IsNull :relfileprefix: ../ :mrdocs: Returns true when the header has no proof‐of‐work target set. == Synopsis Declared in `<primitives/block.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsNull() const; ---- == Return Value True if the difficulty target is unset. [.small]#Created with https://www.mrdocs.com[MrDocs]#