Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

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

Public Attributes

int64_t entryTime
 
BLSVerificationVectorPtr vvec
 
CBLSSecretKey skContribution
 

Detailed Description

Definition at line 41 of file quorums_dkgsessionmgr.h.

Member Data Documentation

◆ entryTime

int64_t llmq::CDKGSessionManager::ContributionsCacheEntry::entryTime

Definition at line 42 of file quorums_dkgsessionmgr.h.

◆ skContribution

CBLSSecretKey llmq::CDKGSessionManager::ContributionsCacheEntry::skContribution

Definition at line 44 of file quorums_dkgsessionmgr.h.

◆ vvec

BLSVerificationVectorPtr llmq::CDKGSessionManager::ContributionsCacheEntry::vvec

Definition at line 43 of file quorums_dkgsessionmgr.h.


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