Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CBLSWorker::SigVerifyJob Struct Reference
+ Collaboration diagram for CBLSWorker::SigVerifyJob:

Public Member Functions

 SigVerifyJob (SigVerifyDoneCallback &&_doneCallback, CancelCond &&_cancelCond, const CBLSSignature &_sig, const CBLSPublicKey &_pubKey, const uint256 &_msgHash)
 

Public Attributes

SigVerifyDoneCallback doneCallback
 
CancelCond cancelCond
 
CBLSSignature sig
 
CBLSPublicKey pubKey
 
uint256 msgHash
 

Detailed Description

Definition at line 32 of file bls_worker.h.

Constructor & Destructor Documentation

◆ SigVerifyJob()

CBLSWorker::SigVerifyJob::SigVerifyJob ( SigVerifyDoneCallback &&  _doneCallback,
CancelCond &&  _cancelCond,
const CBLSSignature _sig,
const CBLSPublicKey _pubKey,
const uint256 _msgHash 
)
inline

Definition at line 38 of file bls_worker.h.

Member Data Documentation

◆ cancelCond

CancelCond CBLSWorker::SigVerifyJob::cancelCond

Definition at line 34 of file bls_worker.h.

◆ doneCallback

SigVerifyDoneCallback CBLSWorker::SigVerifyJob::doneCallback

Definition at line 33 of file bls_worker.h.

◆ msgHash

uint256 CBLSWorker::SigVerifyJob::msgHash

Definition at line 37 of file bls_worker.h.

◆ pubKey

CBLSPublicKey CBLSWorker::SigVerifyJob::pubKey

Definition at line 36 of file bls_worker.h.

◆ sig

CBLSSignature CBLSWorker::SigVerifyJob::sig

Definition at line 35 of file bls_worker.h.


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