Returns how many blocks the best header is ahead of the current tip, or nullopt if the best header does not extend the tip.

Synopsis

Declared in <validation.h>

[[locks_excluded(0x7ff37ba95ea8), locks_excluded(0x7ff375ddc838), locks_excluded(0x7ff37e1a6108), locks_excluded(0x7ff375a97f78)]]
std::optional<int>
BlocksAheadOfTip() const;

Return Value

The number of blocks the best header is ahead of the tip, or std::nullopt.

Created with MrDocs