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