Dash Core  0.12.2.1
P2P Digital Currency
activemasternode.h File Reference
#include "net.h"
#include "key.h"
#include "wallet/wallet.h"

Go to the source code of this file.

Classes

class  CActiveMasternode
 

Variables

static const int ACTIVE_MASTERNODE_INITIAL = 0
 
static const int ACTIVE_MASTERNODE_SYNC_IN_PROCESS = 1
 
static const int ACTIVE_MASTERNODE_INPUT_TOO_NEW = 2
 
static const int ACTIVE_MASTERNODE_NOT_CAPABLE = 3
 
static const int ACTIVE_MASTERNODE_STARTED = 4
 
CActiveMasternode activeMasternode
 

Variable Documentation

◆ ACTIVE_MASTERNODE_INITIAL

const int ACTIVE_MASTERNODE_INITIAL = 0
static

◆ ACTIVE_MASTERNODE_INPUT_TOO_NEW

const int ACTIVE_MASTERNODE_INPUT_TOO_NEW = 2
static

◆ ACTIVE_MASTERNODE_NOT_CAPABLE

◆ ACTIVE_MASTERNODE_STARTED

◆ ACTIVE_MASTERNODE_SYNC_IN_PROCESS

const int ACTIVE_MASTERNODE_SYNC_IN_PROCESS = 1
static

◆ activeMasternode