CRTP mixin adding block-validation-state accessors shared by the view and owning types.
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename Derived>
class BlockValidationStateApi;
| Name | Description |
|---|---|
GetBlockValidationResult | Returns the specific block validation result. |
GetValidationMode | Returns the overall validation outcome. |
| Name | Description |
|---|---|
Derived |
| Name | Description |
|---|---|
BlockValidationState | Owning wrapper over a btck_BlockValidationState, holding a block's validation outcome. |
BlockValidationStateView | Non-owning view over a btck_BlockValidationState. |