[#COutPoint-IsNull] = xref:COutPoint.adoc[COutPoint]::IsNull :relfileprefix: ../ :mrdocs: Returns true when the outpoint references no output. == Synopsis Declared in `<primitives/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsNull() const; ---- == Return Value True if the hash is null and the index is the null index. [.small]#Created with https://www.mrdocs.com[MrDocs]#