dero_get_block_count
Retrieve the current tip block count from the DERO blockchain for calculating differences against a reference height.
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 | |||