Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

ContributionVerifier::BatchState Struct Reference
+ Collaboration diagram for ContributionVerifier::BatchState:

Public Attributes

size_t start
 
size_t count
 
BLSVerificationVectorPtr vvec
 
CBLSSecretKey skShare
 
std::unique_ptr< std::atomic< int > > aggDone
 
std::vector< char > verifyResults
 

Detailed Description

Definition at line 400 of file bls_worker.cpp.

Member Data Documentation

◆ aggDone

std::unique_ptr<std::atomic<int> > ContributionVerifier::BatchState::aggDone

Definition at line 409 of file bls_worker.cpp.

◆ count

size_t ContributionVerifier::BatchState::count

Definition at line 402 of file bls_worker.cpp.

◆ skShare

CBLSSecretKey ContributionVerifier::BatchState::skShare

Definition at line 405 of file bls_worker.cpp.

◆ start

size_t ContributionVerifier::BatchState::start

Definition at line 401 of file bls_worker.cpp.

◆ verifyResults

std::vector<char> ContributionVerifier::BatchState::verifyResults

Definition at line 415 of file bls_worker.cpp.

◆ vvec

BLSVerificationVectorPtr ContributionVerifier::BatchState::vvec

Definition at line 404 of file bls_worker.cpp.


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