Bitcoin Kernel
C header for interacting with the Bitcoin Kernel library.
|
#include <bitcoinkernel.h>
Data Fields | |
const void * | user_data |
kernel_ValidationInterfaceBlockChecked | block_checked |
Holds the validation interface callbacks. The user data pointer may be used to point to user-defined structures to make processing the validation callbacks easier.
kernel_ValidationInterfaceBlockChecked kernel_ValidationInterfaceCallbacks::block_checked |
Called when a new block has been checked. Contains the result of its validation.
const void* kernel_ValidationInterfaceCallbacks::user_data |
Holds a user-defined opaque structure that is passed to the validation interface callbacks.