dero_get_block_count
Get the current block count (tip height) of the DERO blockchain. No input required; returns a single count value.
Instructions
Get the total block count via DERO.GetBlockCount. This is a tip count, not a topoheight.
When to call: when you need just the block count (e.g. for delta math against a reference height). PREFER dero_get_height when you need tip and stable heights together.
Input Requirements: none.
Output: { count }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||