Returns the index entry at a particular height in this chain, or nullptr if no such height exists.
Declared in <chain.h>
<chain.h>
CBlockIndex* operator[](int nHeight) const;
The block index entry at the given height, or nullptr if out of range.