Create a new btck_TxValidationState.
Synopsis
Declared in <kernel/bitcoinkernel.h>
[[nodiscard]]
btck_TxValidationState*
btck_tx_validation_state_create();
Return Value
Opaque data structure for holding the state of a transaction during validation.
|
Note
|
The return value should not be discarded. |
Created with MrDocs