PIVX Core  5.6.99
P2P Digital Currency
Classes | Typedefs | Functions
masternode.h File Reference
#include "key_io.h"
#include "key.h"
#include "messagesigner.h"
#include "net.h"
#include "primitives/transaction.h"
#include "serialize.h"
#include "sync.h"
#include "timedata.h"
#include "util/system.h"
Include dependency graph for masternode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CMasternodePing
 
class  CMasternode
 
class  CMasternodeBroadcast
 

Typedefs

typedef std::shared_ptr< CMasternodeMasternodeRef
 
typedef std::shared_ptr< const CDeterministicMNCDeterministicMNCPtr
 

Functions

int MasternodeMinPingSeconds ()
 
int MasternodeBroadcastSeconds ()
 
int MasternodePingSeconds ()
 
int MasternodeExpirationSeconds ()
 
int MasternodeRemovalSeconds ()
 
MasternodeRef MakeMasternodeRefForDMN (const CDeterministicMNCPtr &dmn)
 

Typedef Documentation

◆ CDeterministicMNCPtr

typedef std::shared_ptr<const CDeterministicMN> CDeterministicMNCPtr

Definition at line 29 of file masternode.h.

◆ MasternodeRef

typedef std::shared_ptr<CMasternode> MasternodeRef

Definition at line 26 of file masternode.h.

Function Documentation

◆ MakeMasternodeRefForDMN()

MasternodeRef MakeMasternodeRefForDMN ( const CDeterministicMNCPtr dmn)

Definition at line 613 of file masternode.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ MasternodeBroadcastSeconds()

int MasternodeBroadcastSeconds ( )

Definition at line 33 of file masternode.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ MasternodeExpirationSeconds()

int MasternodeExpirationSeconds ( )

Definition at line 43 of file masternode.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ MasternodeMinPingSeconds()

int MasternodeMinPingSeconds ( )

Definition at line 28 of file masternode.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ MasternodePingSeconds()

int MasternodePingSeconds ( )

Definition at line 38 of file masternode.cpp.

Here is the call graph for this function:

◆ MasternodeRemovalSeconds()

int MasternodeRemovalSeconds ( )

Definition at line 48 of file masternode.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: