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