PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CSporkDef Struct Reference

#include <sporkid.h>

Public Member Functions

 CSporkDef ()
 
 CSporkDef (SporkId id, int64_t val, std::string n)
 

Public Attributes

SporkId sporkId
 
int64_t defaultValue
 
std::string name
 

Detailed Description

Definition at line 36 of file sporkid.h.

Constructor & Destructor Documentation

◆ CSporkDef() [1/2]

CSporkDef::CSporkDef ( )
inline

Definition at line 38 of file sporkid.h.

◆ CSporkDef() [2/2]

CSporkDef::CSporkDef ( SporkId  id,
int64_t  val,
std::string  n 
)
inline

Definition at line 39 of file sporkid.h.

Member Data Documentation

◆ defaultValue

int64_t CSporkDef::defaultValue

Definition at line 41 of file sporkid.h.

◆ name

std::string CSporkDef::name

Definition at line 42 of file sporkid.h.

◆ sporkId

SporkId CSporkDef::sporkId

Definition at line 40 of file sporkid.h.


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