btck::ChainMan::ProcessBlockHeader

Validates and stores a block header.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

BlockValidationState
ProcessBlockHeader(BlockHeader const& header);

Return Value

The resulting validation state.

Parameters

NameDescription
headerThe header to process.