Bitcoin Kernel
C header for interacting with the Bitcoin Kernel library.
Loading...
Searching...
No Matches
Data Fields
kernel_ValidationInterfaceCallbacks Struct Reference

#include <bitcoinkernel.h>

Data Fields

const void * user_data
 
kernel_ValidationInterfaceBlockChecked block_checked
 

Detailed Description

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.

Field Documentation

◆ block_checked

kernel_ValidationInterfaceBlockChecked kernel_ValidationInterfaceCallbacks::block_checked

Called when a new block has been checked. Contains the result of its validation.

◆ user_data

const void* kernel_ValidationInterfaceCallbacks::user_data

Holds a user-defined opaque structure that is passed to the validation interface callbacks.


The documentation for this struct was generated from the following file: