Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <string>
Go to the source code of this file.
Classes | |
class | CValidationState |
Capture information about block/transaction validation. More... | |
Variables | |
static const unsigned char | REJECT_MALFORMED = 0x01 |
"reject" message codes More... | |
static const unsigned char | REJECT_INVALID = 0x10 |
static const unsigned char | REJECT_OBSOLETE = 0x11 |
static const unsigned char | REJECT_DUPLICATE = 0x12 |
static const unsigned char | REJECT_NONSTANDARD = 0x40 |
static const unsigned char | REJECT_INSUFFICIENTFEE = 0x42 |
static const unsigned char | REJECT_CHECKPOINT = 0x43 |
Variable Documentation
◆ REJECT_CHECKPOINT
|
static |
Definition at line 19 of file validation.h.
Referenced by ContextualCheckBlockHeader().
◆ REJECT_DUPLICATE
|
static |
Definition at line 15 of file validation.h.
Referenced by AcceptToMemoryPoolWorker(), CDeterministicMNManager::BuildNewListFromBlock(), CheckProRegTx(), CheckProUpRegTx(), CheckProUpServTx(), and ProcessMessage().
◆ REJECT_INSUFFICIENTFEE
|
static |
Definition at line 18 of file validation.h.
Referenced by AcceptToMemoryPoolWorker().
◆ REJECT_INVALID
|
static |
Definition at line 13 of file validation.h.
Referenced by CChainState::AcceptBlockHeader(), AcceptToMemoryPoolWorker(), CDeterministicMNManager::BuildNewListFromBlock(), CalcCbTxMerkleRootMNList(), CalcCbTxMerkleRootQuorums(), CheckBlock(), CheckBlockHeader(), CheckCbTx(), CheckCbTxMerkleRoots(), CheckHashSig(), CheckInputs(), CheckInputsHash(), llmq::CheckLLMQCommitment(), CheckProRegTx(), CheckProUpRegTx(), CheckProUpRevTx(), CheckProUpServTx(), CheckService(), CheckSpecialTx(), CheckStringSig(), CheckTransaction(), Consensus::CheckTxInputs(), CChainState::ConnectBlock(), ContextualCheckBlock(), ContextualCheckBlockHeader(), ContextualCheckTransaction(), llmq::CQuorumBlockProcessor::GetCommitmentsFromBlock(), llmq::CQuorumBlockProcessor::ProcessBlock(), CDeterministicMNManager::ProcessBlock(), llmq::CQuorumBlockProcessor::ProcessCommitment(), ProcessSpecialTx(), ProcessSpecialTxsInBlock(), and TestBlockValidity().
◆ REJECT_MALFORMED
|
static |
"reject" message codes
Definition at line 12 of file validation.h.
Referenced by PeerLogicValidation::ProcessMessages().
◆ REJECT_NONSTANDARD
|
static |
Definition at line 16 of file validation.h.
Referenced by AcceptToMemoryPoolWorker(), CheckInputs(), and ProcessMessage().
◆ REJECT_OBSOLETE
|
static |
Definition at line 14 of file validation.h.
Referenced by ContextualCheckBlockHeader(), CPrivateSendServer::ProcessMessage(), CPrivateSendClientSession::ProcessMessage(), CPrivateSendClientManager::ProcessMessage(), CGovernanceManager::ProcessMessage(), and ProcessMessage().