[#btck_block_validation_state_create] = btck_block_validation_state_create :mrdocs: Create a new btck_BlockValidationState. == Synopsis Declared in `<kernel/bitcoinkernel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] xref:btck_BlockValidationState-0e.adoc[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 https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#