Return the maximal height in the chain. Is equal to chain.Tip() ? chain.Tip()->nHeight : -1.
Declared in <chain.h>
<chain.h>
int Height() const;
The height of the tip, or -1 if the chain is empty.