Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

llmq::CDKGSessionManager::ContributionsCacheKey Struct Reference
+ Collaboration diagram for llmq::CDKGSessionManager::ContributionsCacheKey:

Public Member Functions

bool operator< (const ContributionsCacheKey &r) const
 

Public Attributes

Consensus::LLMQType llmqType
 
uint256 quorumHash
 
uint256 proTxHash
 

Detailed Description

Definition at line 30 of file quorums_dkgsessionmgr.h.

Member Function Documentation

◆ operator<()

bool llmq::CDKGSessionManager::ContributionsCacheKey::operator< ( const ContributionsCacheKey r) const
inline

Definition at line 34 of file quorums_dkgsessionmgr.h.

References llmqType, proTxHash, and quorumHash.

Member Data Documentation

◆ llmqType

Consensus::LLMQType llmq::CDKGSessionManager::ContributionsCacheKey::llmqType

Definition at line 31 of file quorums_dkgsessionmgr.h.

Referenced by operator<().

◆ proTxHash

uint256 llmq::CDKGSessionManager::ContributionsCacheKey::proTxHash

Definition at line 33 of file quorums_dkgsessionmgr.h.

Referenced by operator<().

◆ quorumHash

uint256 llmq::CDKGSessionManager::ContributionsCacheKey::quorumHash

Definition at line 32 of file quorums_dkgsessionmgr.h.

Referenced by operator<().


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