Called when the active chain tip advances.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

virtual
void
BlockTipHandler(
    SynchronizationState state,
    BlockTreeEntry entry,
    double verification_progress);

Parameters

Name

Description

state

The current synchronization state.

entry

The new tip's block tree entry.

verification_progress

Fraction of verification completed, from 0 to 1.

Created with MrDocs