btck::BlockValidationStateApi

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

NameDescription
GetBlockValidationResult Returns the specific block validation result.
GetValidationMode Returns the overall validation outcome.

Friends

NameDescription
Derived

Derived Classes

NameDescription
BlockValidationState Owning wrapper over a btck_BlockValidationState, holding a block's validation outcome.
BlockValidationStateView Non-owning view over a btck_BlockValidationState.