Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <activemasternode.h>
Public Attributes | |
std::unique_ptr< CBLSPublicKey > | blsPubKeyOperator |
std::unique_ptr< CBLSSecretKey > | blsKeyOperator |
uint256 | proTxHash |
COutPoint | outpoint |
CService | service |
Detailed Description
Definition at line 23 of file activemasternode.h.
Member Data Documentation
◆ blsKeyOperator
std::unique_ptr<CBLSSecretKey> CActiveMasternodeInfo::blsKeyOperator |
Definition at line 26 of file activemasternode.h.
Referenced by AppInitMain(), gobject_submit(), gobject_vote_conf(), PrepareShutdown(), CMNAuth::PushMNAUTH(), llmq::CDKGSession::ReceiveMessage(), llmq::CDKGSession::SendCommitment(), llmq::CDKGSession::SendComplaint(), llmq::CDKGSession::SendContributions(), llmq::CDKGSession::SendJustification(), CPrivateSendQueue::Sign(), and CPrivateSendBroadcastTx::Sign().
◆ blsPubKeyOperator
std::unique_ptr<CBLSPublicKey> CActiveMasternodeInfo::blsPubKeyOperator |
Definition at line 25 of file activemasternode.h.
Referenced by AppInitMain(), gobject_submit(), CActiveMasternodeManager::Init(), PrepareShutdown(), and CMNAuth::PushMNAUTH().
◆ outpoint
COutPoint CActiveMasternodeInfo::outpoint |
Definition at line 30 of file activemasternode.h.
Referenced by CPrivateSendServer::CheckForCompleteQueue(), CPrivateSendServer::CommitFinalTransaction(), CPrivateSendServer::CreateNewSession(), gobject_submit(), gobject_vote_conf(), CActiveMasternodeManager::Init(), masternode_status(), CPrivateSendServer::ProcessMessage(), and CActiveMasternodeManager::UpdatedBlockTip().
◆ proTxHash
uint256 CActiveMasternodeInfo::proTxHash |
Definition at line 29 of file activemasternode.h.
Referenced by llmq::CSigningManager::AsyncSignIfMember(), llmq::CQuorumManager::EnsureQuorumConnections(), CActiveMasternodeManager::Init(), llmq::CDKGSessionHandler::InitNewQuorum(), masternode_status(), llmq::CSigSharesManager::PreVerifyBatchedSigShares(), llmq::CSigSharesManager::ProcessMessage(), llmq::CSigSharesManager::ProcessMessageSigShare(), llmq::CSigSharesManager::ProcessSigShare(), CMNAuth::PushMNAUTH(), quorum_dkgstatus(), llmq::CSigSharesManager::Sign(), and CActiveMasternodeManager::UpdatedBlockTip().
◆ service
CService CActiveMasternodeInfo::service |
Definition at line 31 of file activemasternode.h.
Referenced by CActiveMasternodeManager::GetLocalAddress(), CActiveMasternodeManager::Init(), and masternode_status().
The documentation for this struct was generated from the following file:
- src/masternode/activemasternode.h