Set the height of the best block and its time (seconds since epoch).
Declared in <net_processing.h>
virtual
void
SetBestBlock(
int height,
std::chrono::seconds time) = 0;
| Name | Description |
|---|---|
| height | The height of the best block. |
| time | The time of the best block, in seconds since the epoch. |