Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

Consensus::LLMQParams Struct Reference

#include <params.h>

Public Attributes

LLMQType type
 
std::string name
 
int size
 
int minSize
 
int threshold
 
int dkgInterval
 
int dkgPhaseBlocks
 
int dkgMiningWindowStart
 
int dkgMiningWindowEnd
 
int dkgBadVotesThreshold
 
int signingActiveQuorumCount
 
int keepOldConnections
 
int recoveryMembers
 

Detailed Description

Definition at line 65 of file params.h.

Member Data Documentation

◆ dkgBadVotesThreshold

int Consensus::LLMQParams::dkgBadVotesThreshold

Definition at line 114 of file params.h.

Referenced by llmq::CDKGSession::VerifyAndJustify().

◆ dkgInterval

int Consensus::LLMQParams::dkgInterval

Definition at line 88 of file params.h.

Referenced by llmq::CDKGSessionHandler::UpdatedBlockTip().

◆ dkgMiningWindowEnd

int Consensus::LLMQParams::dkgMiningWindowEnd

Definition at line 108 of file params.h.

◆ dkgMiningWindowStart

int Consensus::LLMQParams::dkgMiningWindowStart

Definition at line 100 of file params.h.

◆ dkgPhaseBlocks

int Consensus::LLMQParams::dkgPhaseBlocks

◆ keepOldConnections

int Consensus::LLMQParams::keepOldConnections

Definition at line 121 of file params.h.

◆ minSize

◆ name

◆ recoveryMembers

int Consensus::LLMQParams::recoveryMembers

Definition at line 124 of file params.h.

◆ signingActiveQuorumCount

int Consensus::LLMQParams::signingActiveQuorumCount

Definition at line 117 of file params.h.

◆ size

int Consensus::LLMQParams::size

◆ threshold

int Consensus::LLMQParams::threshold

Definition at line 84 of file params.h.

Referenced by llmq::CDKGSession::Contribute(), and llmq::CDKGSession::PreVerifyMessage().

◆ type


The documentation for this struct was generated from the following file:
Released under the MIT license