Returns the index entry for the tip of this chain, or nullptr if none.
Synopsis
Declared in <chain.h>
CBlockIndex*
Tip() const;
Return Value
The tip block index entry, or nullptr if the chain is empty.
Created with MrDocs
Returns the index entry for the tip of this chain, or nullptr if none.
Declared in <chain.h>
CBlockIndex*
Tip() const;
The tip block index entry, or nullptr if the chain is empty.
Created with MrDocs