btck::ValidationInterface::BlockConnected

Called when a block is connected to the active chain.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

virtual
void
BlockConnected(
    Block block,
    BlockTreeEntry entry);

Parameters

NameDescription
blockThe connected block.
entryThe block's tree entry.