CChain::Genesis

Returns the index entry for the genesis block of this chain, or nullptr if none.

Synopsis

Declared in <chain.h>

CBlockIndex*
Genesis() const;

Return Value

The genesis block index entry, or nullptr if the chain is empty.