PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
llmq::CDKGJustification Class Reference

#include <quorums_dkgsession.h>

Collaboration diagram for llmq::CDKGJustification:
[legend]

Public Member Functions

 SERIALIZE_METHODS (CDKGJustification, obj)
 
uint256 GetSignHash () const
 

Public Attributes

uint8_t llmqType
 
uint256 quorumHash
 
uint256 proTxHash
 
std::vector< std::pair< uint32_t, CBLSSecretKey > > contributions
 
CBLSSignature sig
 

Detailed Description

Definition at line 118 of file quorums_dkgsession.h.

Member Function Documentation

◆ GetSignHash()

uint256 llmq::CDKGJustification::GetSignHash ( ) const
inline

Definition at line 138 of file quorums_dkgsession.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SERIALIZE_METHODS()

llmq::CDKGJustification::SERIALIZE_METHODS ( CDKGJustification  ,
obj   
)
inline

Definition at line 129 of file quorums_dkgsession.h.

Member Data Documentation

◆ contributions

std::vector<std::pair<uint32_t, CBLSSecretKey> > llmq::CDKGJustification::contributions

Definition at line 124 of file quorums_dkgsession.h.

◆ llmqType

uint8_t llmq::CDKGJustification::llmqType

Definition at line 121 of file quorums_dkgsession.h.

◆ proTxHash

uint256 llmq::CDKGJustification::proTxHash

Definition at line 123 of file quorums_dkgsession.h.

◆ quorumHash

uint256 llmq::CDKGJustification::quorumHash

Definition at line 122 of file quorums_dkgsession.h.

◆ sig

CBLSSignature llmq::CDKGJustification::sig

Definition at line 125 of file quorums_dkgsession.h.


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