Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CSporkDef Struct Reference

#include <spork.h>

Public Attributes

SporkId sporkId {SPORK_INVALID}
 
int64_t defaultValue {0}
 
std::string name
 

Detailed Description

Definition at line 47 of file spork.h.

Member Data Documentation

◆ defaultValue

int64_t CSporkDef::defaultValue {0}

Definition at line 50 of file spork.h.

◆ name

std::string CSporkDef::name

Definition at line 51 of file spork.h.

◆ sporkId

SporkId CSporkDef::sporkId {SPORK_INVALID}

Definition at line 49 of file spork.h.


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