Non‐owning view over a btck_BlockValidationState.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

Base Classes

Name

Description

View<btck_BlockValidationState>

Non‐owning view over a const C handle of type CType.

BlockValidationStateApi<BlockValidationStateView>

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

Member Functions

Name

Description

BlockValidationStateView [constructor]

Constructs a view over ptr.

GetBlockValidationResult

Returns the specific block validation result.

GetValidationMode

Returns the overall validation outcome.

get

Returns the borrowed C handle.

Protected Data Members

Name

Description

m_ptr

The borrowed C handle.

Created with MrDocs