Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <chainparams.h>#include <key.h>#include <net.h>#include <primitives/transaction.h>#include <validationinterface.h>#include <evo/deterministicmns.h>#include <evo/providertx.h>
Include dependency graph for activemasternode.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | CActiveMasternodeInfo |
| class | CActiveMasternodeManager |
Variables | |
| CActiveMasternodeInfo | activeMasternodeInfo |
| CActiveMasternodeManager * | activeMasternodeManager |
Variable Documentation
◆ activeMasternodeInfo
| CActiveMasternodeInfo activeMasternodeInfo |
Definition at line 15 of file activemasternode.cpp.
Referenced by AppInitMain(), llmq::CSigningManager::AsyncSignIfMember(), CPrivateSendServer::CheckForCompleteQueue(), CPrivateSendServer::CommitFinalTransaction(), CPrivateSendServer::CreateNewSession(), llmq::CQuorumManager::EnsureQuorumConnections(), CActiveMasternodeManager::GetLocalAddress(), gobject_submit(), gobject_vote_conf(), CActiveMasternodeManager::Init(), llmq::CDKGSessionHandler::InitNewQuorum(), masternode_status(), PrepareShutdown(), llmq::CSigSharesManager::PreVerifyBatchedSigShares(), CPrivateSendServer::ProcessMessage(), llmq::CSigSharesManager::ProcessMessage(), llmq::CSigSharesManager::ProcessMessageSigShare(), llmq::CSigSharesManager::ProcessSigShare(), CMNAuth::PushMNAUTH(), quorum_dkgstatus(), llmq::CDKGSession::ReceiveMessage(), llmq::CDKGSession::SendCommitment(), llmq::CDKGSession::SendComplaint(), llmq::CDKGSession::SendContributions(), llmq::CDKGSession::SendJustification(), CPrivateSendQueue::Sign(), CPrivateSendBroadcastTx::Sign(), llmq::CSigSharesManager::Sign(), and CActiveMasternodeManager::UpdatedBlockTip().
◆ activeMasternodeManager
| CActiveMasternodeManager* activeMasternodeManager |
Definition at line 16 of file activemasternode.cpp.
Referenced by AppInitMain(), masternode_status(), PrepareShutdown(), and ThreadImport().

