PIVX Core  5.6.99
P2P Digital Currency
Classes | Typedefs | Variables
masternode_meta_manager.h File Reference
#include "serialize.h"
#include "sync.h"
#include "uint256.h"
#include <memory>
Include dependency graph for masternode_meta_manager.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

CMasternodeMetaMan g_mmetaman
 

Typedef Documentation

◆ CMasternodeMetaInfoPtr

typedef std::shared_ptr<CMasternodeMetaInfo> CMasternodeMetaInfoPtr

Definition at line 49 of file masternode_meta_manager.h.

Variable Documentation

◆ g_mmetaman

CMasternodeMetaMan g_mmetaman
extern

Definition at line 9 of file masternode_meta_manager.cpp.