Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <spork.h>
#include <base58.h>
#include <chainparams.h>
#include <validation.h>
#include <messagesigner.h>
#include <net_processing.h>
#include <netmessagemaker.h>
#include <string>
Go to the source code of this file.
Macros | |
#define | MAKE_SPORK_DEF(name, defaultValue) CSporkDef{name, defaultValue, #name} |
Variables | |
std::vector< CSporkDef > | sporkDefs |
CSporkManager | sporkManager |
Macro Definition Documentation
◆ MAKE_SPORK_DEF
Variable Documentation
◆ sporkDefs
std::vector<CSporkDef> sporkDefs |
Definition at line 19 of file spork.cpp.
Referenced by CSporkManager::CSporkManager(), and spork().
◆ sporkManager
CSporkManager sporkManager |
Definition at line 29 of file spork.cpp.
Referenced by llmq::CDKGSessionManager::AlreadyHave(), AlreadyHave(), AppInitMain(), llmq::CChainLocksHandler::CheckActiveState(), CChainState::ConnectBlock(), FillBlockPayments(), getblocktemplate(), llmq::CDKGSessionManager::GetComplaint(), llmq::CDKGSessionManager::GetContribution(), llmq::CDKGSessionManager::GetJustification(), CPrivateSend::GetMaxPoolParticipants(), CPrivateSend::GetMinPoolParticipants(), llmq::CDKGSessionManager::GetPrematureCommitment(), llmq::CLLMQUtils::IsAllMembersConnectedEnabled(), IsBlockPayeeValid(), IsBlockValueValid(), llmq::IsInstantSendEnabled(), llmq::CChainLocksHandler::IsTxSafeForMining(), PrepareShutdown(), ProcessGetData(), llmq::CDKGSessionManager::ProcessMessage(), llmq::CChainLocksHandler::ProcessMessage(), llmq::CSigSharesManager::ProcessMessage(), ProcessMessage(), spork(), llmq::CChainLocksHandler::TrySignChainTip(), llmq::CDKGSessionManager::UpdatedBlockTip(), and llmq::CInstantSendManager::UpdatedBlockTip().