![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#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"Go to the source code of this file.
Classes | |
| class | CMasternodePing |
| class | CMasternode |
| class | CMasternodeBroadcast |
Typedefs | |
| typedef std::shared_ptr< CMasternode > | MasternodeRef |
| typedef std::shared_ptr< const CDeterministicMN > | CDeterministicMNCPtr |
Functions | |
| int | MasternodeMinPingSeconds () |
| int | MasternodeBroadcastSeconds () |
| int | MasternodePingSeconds () |
| int | MasternodeExpirationSeconds () |
| int | MasternodeRemovalSeconds () |
| MasternodeRef | MakeMasternodeRefForDMN (const CDeterministicMNCPtr &dmn) |
| typedef std::shared_ptr<const CDeterministicMN> CDeterministicMNCPtr |
Definition at line 29 of file masternode.h.
| typedef std::shared_ptr<CMasternode> MasternodeRef |
Definition at line 26 of file masternode.h.
| MasternodeRef MakeMasternodeRefForDMN | ( | const CDeterministicMNCPtr & | dmn | ) |
Definition at line 613 of file masternode.cpp.
| int MasternodeBroadcastSeconds | ( | ) |
Definition at line 33 of file masternode.cpp.
| int MasternodeExpirationSeconds | ( | ) |
Definition at line 43 of file masternode.cpp.
| int MasternodeMinPingSeconds | ( | ) |
Definition at line 28 of file masternode.cpp.
| int MasternodePingSeconds | ( | ) |
| int MasternodeRemovalSeconds | ( | ) |
Definition at line 48 of file masternode.cpp.