[#CChain-Height] = xref:CChain.adoc[CChain]::Height :relfileprefix: ../ :mrdocs: Return the maximal height in the chain. Is equal to chain.Tip() ? chain.Tip()‐>nHeight : ‐1. == Synopsis Declared in `<chain.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int Height() const; ---- == Return Value The height of the tip, or ‐1 if the chain is empty. [.small]#Created with https://www.mrdocs.com[MrDocs]#