btck::ValidationInterface::PowValidBlock

Called when a block with valid proof of work is received.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

virtual
void
PowValidBlock(
    BlockTreeEntry entry,
    Block block);

Parameters

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