Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

masternode-meta.h File Reference
#include <serialize.h>
#include <evo/deterministicmns.h>
#include <univalue.h>
#include <memory>
+ Include dependency graph for masternode-meta.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CMasternodeMetaInfo
 
class  CMasternodeMetaMan
 

Typedefs

typedef std::shared_ptr< CMasternodeMetaInfoCMasternodeMetaInfoPtr
 

Variables

static const int MASTERNODE_MAX_MIXING_TXES = 5
 
CMasternodeMetaMan mmetaman
 

Typedef Documentation

◆ CMasternodeMetaInfoPtr

typedef std::shared_ptr<CMasternodeMetaInfo> CMasternodeMetaInfoPtr

Definition at line 86 of file masternode-meta.h.

Variable Documentation

◆ MASTERNODE_MAX_MIXING_TXES

const int MASTERNODE_MAX_MIXING_TXES = 5
static

Definition at line 18 of file masternode-meta.h.

Referenced by CMasternodeMetaInfo::IsValidForMixingTxes().

◆ mmetaman

Released under the MIT license