Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

secp256k1_callback Struct Reference

#include <util.h>

Public Attributes

void(* fn )(const char *text, void *data)
 
const void * data
 

Detailed Description

Definition at line 18 of file util.h.

Member Data Documentation

◆ data

const void* secp256k1_callback::data

◆ fn

void(* secp256k1_callback::fn) (const char *text, void *data)

The documentation for this struct was generated from the following file:
Released under the MIT license