Dash Core  0.12.2.1
P2P Digital Currency
masternode_info_t Struct Reference

#include <masternode.h>

+ Inheritance diagram for masternode_info_t:

Public Member Functions

 masternode_info_t ()=default
 
 masternode_info_t (masternode_info_t const &)=default
 
 masternode_info_t (int activeState, int protoVer, int64_t sTime)
 
 masternode_info_t (int activeState, int protoVer, int64_t sTime, COutPoint const &outpoint, CService const &addr, CPubKey const &pkCollAddr, CPubKey const &pkMN, int64_t tWatchdogV=0)
 

Public Attributes

int nActiveState = 0
 
int nProtocolVersion = 0
 
int64_t sigTime = 0
 
CTxIn vin {}
 
CService addr {}
 
CPubKey pubKeyCollateralAddress {}
 
CPubKey pubKeyMasternode {}
 
int64_t nTimeLastWatchdogVote = 0
 
int64_t nLastDsq = 0
 
int64_t nTimeLastChecked = 0
 
int64_t nTimeLastPaid = 0
 
int64_t nTimeLastPing = 0
 
bool fInfoValid = false
 

Detailed Description

Definition at line 91 of file masternode.h.

Constructor & Destructor Documentation

◆ masternode_info_t() [1/4]

masternode_info_t::masternode_info_t ( )
default

◆ masternode_info_t() [2/4]

masternode_info_t::masternode_info_t ( masternode_info_t const &  )
default

◆ masternode_info_t() [3/4]

masternode_info_t::masternode_info_t ( int  activeState,
int  protoVer,
int64_t  sTime 
)
inline

Definition at line 98 of file masternode.h.

◆ masternode_info_t() [4/4]

masternode_info_t::masternode_info_t ( int  activeState,
int  protoVer,
int64_t  sTime,
COutPoint const &  outpoint,
CService const &  addr,
CPubKey const &  pkCollAddr,
CPubKey const &  pkMN,
int64_t  tWatchdogV = 0 
)
inline

Definition at line 101 of file masternode.h.

Member Data Documentation

◆ addr

◆ fInfoValid

◆ nActiveState

◆ nLastDsq

◆ nProtocolVersion

◆ nTimeLastChecked

int64_t masternode_info_t::nTimeLastChecked = 0

◆ nTimeLastPaid

int64_t masternode_info_t::nTimeLastPaid = 0

◆ nTimeLastPing

int64_t masternode_info_t::nTimeLastPing = 0

◆ nTimeLastWatchdogVote

int64_t masternode_info_t::nTimeLastWatchdogVote = 0

◆ pubKeyCollateralAddress

◆ pubKeyMasternode

◆ sigTime

◆ vin


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