Bitcoin Kernel
C header for interacting with the Bitcoin Kernel library.
Loading...
Searching...
No Matches
Functions
validate_block_example.c File Reference
#include "bitcoinkernel.h"
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for validate_block_example.c:

Functions

void handle_error (void *_, const char *msg, size_t msg_size)
 
void block_checked (void *_, const kernel_BlockPointer *block, const kernel_BlockValidationState *state)
 
int main ()
 

Function Documentation

◆ block_checked()

void block_checked ( void *  _,
const kernel_BlockPointer block,
const kernel_BlockValidationState state 
)

◆ handle_error()

void handle_error ( void *  _,
const char *  msg,
size_t  msg_size 
)

◆ main()

int main ( )