![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "activemasternode.h"#include "addrman.h"#include "bls/key_io.h"#include "bls/bls_wrapper.h"#include "masternode.h"#include "masternodeconfig.h"#include "masternodeman.h"#include "messagesigner.h"#include "netbase.h"#include "protocol.h"#include "tiertwo/net_masternodes.h"#include "tiertwo/tiertwo_sync_state.h"#include "validation.h"Go to the source code of this file.
Functions | |
| OperationResult | initMasternode (const std::string &_strMasterNodePrivKey, const std::string &_strMasterNodeAddr, bool isFromInit) |
| bool | GetActiveDMNKeys (CBLSSecretKey &key, CTxIn &vin) |
| bool | GetActiveMasternodeKeys (CTxIn &vin, Optional< CKey > &key, CBLSSecretKey &blsKey) |
Variables | |
| CActiveDeterministicMasternodeManager * | activeMasternodeManager {nullptr} |
| bool GetActiveDMNKeys | ( | CBLSSecretKey & | key, |
| CTxIn & | vin | ||
| ) |
| bool GetActiveMasternodeKeys | ( | CTxIn & | vin, |
| Optional< CKey > & | key, | ||
| CBLSSecretKey & | blsKey | ||
| ) |
Definition at line 501 of file activemasternode.cpp.
| OperationResult initMasternode | ( | const std::string & | _strMasterNodePrivKey, |
| const std::string & | _strMasterNodeAddr, | ||
| bool | isFromInit | ||
| ) |
Definition at line 240 of file activemasternode.cpp.
| CActiveDeterministicMasternodeManager* activeMasternodeManager {nullptr} |
Definition at line 22 of file activemasternode.cpp.