Returns the validation mode from an opaque btck_TxValidationState pointer.

Synopsis

Declared in <kernel/bitcoinkernel.h>

[[__nonnull__]]
btck_ValidationMode
btck_tx_validation_state_get_validation_mode(btck_TxValidationState const* state);

Return Value

the validation mode from an opaque btck_TxValidationState pointer.

Parameters

Name

Description

state

Opaque data structure for holding the state of a transaction during validation.

Created with MrDocs