PIVX Core  5.6.99
P2P Digital Currency
Public Attributes | List of all members
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
 
int cacheDkgInterval
 

Detailed Description

Definition at line 103 of file params.h.

Member Data Documentation

◆ cacheDkgInterval

int Consensus::LLMQParams::cacheDkgInterval

Definition at line 165 of file params.h.

◆ dkgBadVotesThreshold

int Consensus::LLMQParams::dkgBadVotesThreshold

Definition at line 152 of file params.h.

◆ dkgInterval

int Consensus::LLMQParams::dkgInterval

Definition at line 126 of file params.h.

◆ dkgMiningWindowEnd

int Consensus::LLMQParams::dkgMiningWindowEnd

Definition at line 146 of file params.h.

◆ dkgMiningWindowStart

int Consensus::LLMQParams::dkgMiningWindowStart

Definition at line 138 of file params.h.

◆ dkgPhaseBlocks

int Consensus::LLMQParams::dkgPhaseBlocks

Definition at line 132 of file params.h.

◆ keepOldConnections

int Consensus::LLMQParams::keepOldConnections

Definition at line 159 of file params.h.

◆ minSize

int Consensus::LLMQParams::minSize

Definition at line 115 of file params.h.

◆ name

std::string Consensus::LLMQParams::name

Definition at line 107 of file params.h.

◆ recoveryMembers

int Consensus::LLMQParams::recoveryMembers

Definition at line 162 of file params.h.

◆ signingActiveQuorumCount

int Consensus::LLMQParams::signingActiveQuorumCount

Definition at line 155 of file params.h.

◆ size

int Consensus::LLMQParams::size

Definition at line 110 of file params.h.

◆ threshold

int Consensus::LLMQParams::threshold

Definition at line 122 of file params.h.

◆ type

LLMQType Consensus::LLMQParams::type

Definition at line 104 of file params.h.


The documentation for this struct was generated from the following file: