CRTP mixin adding block‐validation‐state accessors shared by the view and owning types.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

template<typename Derived>
class BlockValidationStateApi;

Member Functions

Name

Description

GetBlockValidationResult

Returns the specific block validation result.

GetValidationMode

Returns the overall validation outcome.

Friends

Name

Description

Derived

Derived Classes

Name

Description

BlockValidationState

Owning wrapper over a btck_BlockValidationState, holding a block's validation outcome.

BlockValidationStateView

Non‐owning view over a btck_BlockValidationState.

Created with MrDocs