dero_get_height
Retrieve current DERO block heights: tip, stable, and topoheight for a quick blockchain state snapshot.
Instructions
Get the current block heights: tip height, stable height (finalized), and topoheight (canonical ordering) via DERO.GetHeight.
When to call: when you need a quick height snapshot without the full chain-info payload. PREFER dero_get_info when you also need network, version, or difficulty.
Input Requirements: none.
Output: { height, stableheight, topoheight }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||