Returns the validation mode from an opaque btck_TxValidationState pointer.
Declared in <kernel/bitcoinkernel.h>
[[__nonnull__]]
btck_ValidationMode
btck_tx_validation_state_get_validation_mode(btck_TxValidationState const* state);
the validation mode from an opaque btck_TxValidationState pointer.
| Name | Description |
|---|---|
| state | Opaque data structure for holding the state of a transaction during validation. |