Non‐owning view over a btck_BlockValidationState.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class BlockValidationStateView
: public View<btck_BlockValidationState>
, public BlockValidationStateApi<BlockValidationStateView>
Base Classes
Name |
Description |
Non‐owning view over a const C handle of type |
|
CRTP mixin adding block‐validation‐state accessors shared by the view and owning types. |
Member Functions
Name |
Description |
|
Constructs a view over |
Returns the specific block validation result. |
|
Returns the overall validation outcome. |
|
Returns the borrowed C handle. |
Protected Data Members
Name |
Description |
The borrowed C handle. |
Created with MrDocs