dero_get_last_block_header
Retrieve the header of the current tip block on DERO blockchain, providing metadata like hash, height, timestamp, difficulty, and miner without full block body.
Instructions
Get the header of the current tip block via DERO.GetLastBlockHeader (no full block body).
When to call: when you need tip block metadata (hash, miner, timestamp, difficulty) without the transactions or miner_tx payload. PREFER dero_get_block when you need transactions or the miner_tx.
Input Requirements: none.
Output: { block_header: { hash, height, topoheight, timestamp, difficulty, ... } }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||