[#CChain-Genesis] = xref:CChain.adoc[CChain]::Genesis :relfileprefix: ../ :mrdocs: Returns the index entry for the genesis block of this chain, or nullptr if none. == Synopsis Declared in `<chain.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CBlockIndex.adoc[CBlockIndex]* Genesis() const; ---- == Return Value The genesis block index entry, or nullptr if the chain is empty. [.small]#Created with https://www.mrdocs.com[MrDocs]#