PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Macros | Functions | Variables
masternodeman.h File Reference
#include "activemasternode.h"
#include "base58.h"
#include "key.h"
#include "main.h"
#include "masternode.h"
#include "net.h"
#include "sync.h"
#include "util.h"
Include dependency graph for masternodeman.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CMasternodeDB
 Access to the MN database (mncache.dat) More...
 
class  CMasternodeMan
 

Macros

#define MASTERNODES_DUMP_SECONDS   (15 * 60)
 
#define MASTERNODES_DSEG_SECONDS   (3 * 60 * 60)
 

Functions

void DumpMasternodes ()
 
void ThreadCheckMasternodes ()
 

Variables

CMasternodeMan mnodeman
 Masternode manager. More...
 
CActiveMasternode activeMasternode
 Keep track of the active Masternode. More...
 
std::string strMasterNodePrivKey
 

Macro Definition Documentation

◆ MASTERNODES_DSEG_SECONDS

#define MASTERNODES_DSEG_SECONDS   (3 * 60 * 60)

Definition at line 20 of file masternodeman.h.

◆ MASTERNODES_DUMP_SECONDS

#define MASTERNODES_DUMP_SECONDS   (15 * 60)

Definition at line 19 of file masternodeman.h.

Function Documentation

◆ DumpMasternodes()

void DumpMasternodes ( )

Definition at line 174 of file masternodeman.cpp.

Here is the call graph for this function:

◆ ThreadCheckMasternodes()

void ThreadCheckMasternodes ( )

Definition at line 847 of file masternodeman.cpp.

Here is the call graph for this function:

Variable Documentation

◆ activeMasternode

CActiveMasternode activeMasternode

Keep track of the active Masternode.

Definition at line 24 of file masternodeman.cpp.

◆ mnodeman

CMasternodeMan mnodeman

Masternode manager.

Definition at line 22 of file masternodeman.cpp.

◆ strMasterNodePrivKey

std::string strMasterNodePrivKey

Definition at line 98 of file util.cpp.