[#CChainParams-GenesisBlock] = xref:CChainParams.adoc[CChainParams]::GenesisBlock :relfileprefix: ../ :mrdocs: Returns the genesis block of this chain. == Synopsis Declared in `<kernel/chainparams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CBlock.adoc[CBlock] const& GenesisBlock() const; ---- == Return Value The genesis block. [.small]#Created with https://www.mrdocs.com[MrDocs]#