[#btck-KernelNotifications-BlockTipHandler] = xref:btck.adoc[btck]::xref:btck/KernelNotifications.adoc[KernelNotifications]::BlockTipHandler :relfileprefix: ../../ :mrdocs: Called when the active chain tip advances. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void BlockTipHandler( xref:btck/SynchronizationState.adoc[SynchronizationState] state, xref:btck/BlockTreeEntry.adoc[BlockTreeEntry] entry, double verification_progress); ---- == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#