PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Macros
activemasternode.h File Reference
#include "init.h"
#include "key.h"
#include "masternode.h"
#include "net.h"
#include "sync.h"
#include "wallet/wallet.h"
Include dependency graph for activemasternode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CActiveMasternode
 

Macros

#define ACTIVE_MASTERNODE_INITIAL   0
 
#define ACTIVE_MASTERNODE_SYNC_IN_PROCESS   1
 
#define ACTIVE_MASTERNODE_NOT_CAPABLE   3
 
#define ACTIVE_MASTERNODE_STARTED   4
 

Macro Definition Documentation

◆ ACTIVE_MASTERNODE_INITIAL

#define ACTIVE_MASTERNODE_INITIAL   0

Definition at line 17 of file activemasternode.h.

◆ ACTIVE_MASTERNODE_NOT_CAPABLE

#define ACTIVE_MASTERNODE_NOT_CAPABLE   3

Definition at line 19 of file activemasternode.h.

◆ ACTIVE_MASTERNODE_STARTED

#define ACTIVE_MASTERNODE_STARTED   4

Definition at line 20 of file activemasternode.h.

◆ ACTIVE_MASTERNODE_SYNC_IN_PROCESS

#define ACTIVE_MASTERNODE_SYNC_IN_PROCESS   1

Definition at line 18 of file activemasternode.h.