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

Name

Description

header

The header to process.

Created with MrDocs