[#COutPoint-NULL_INDEX] = xref:COutPoint.adoc[COutPoint]::NULL_INDEX :relfileprefix: ../ :mrdocs: Sentinel index value marking a null outpoint. == Synopsis Declared in `<primitives/transaction.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static uint32_t NULL_INDEX = std::numeric_limits<uint32_t>::max(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#