Instance Property
height
The block’s height above genesis — 0 is the genesis block, matching Bitcoin Core’s CChain indexing convention.
let height: Int
Discussion
Warning
Height is not a reorg-safe identifier. Two different blocks can share the same height while a reorg is in flight. Use hash for chain identity and reserve height for UI display (progress bars, status labels) and for computing verificationProgress.