Returns the validation mode from an opaque btck_BlockValidationState pointer.
Synopsis
Declared in <kernel/bitcoinkernel.h>
[[__nonnull__]]
btck_ValidationMode
btck_block_validation_state_get_validation_mode(btck_BlockValidationState const* block_validation_state);
Return Value
the validation mode from an opaque btck_BlockValidationState pointer.
Parameters
Name |
Description |
block_validation_state |
Opaque data structure for holding the state of a block during validation. |
Created with MrDocs