Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <quorums_dkgsession.h>
Public Member Functions | |
template<typename Stream , typename Operation > | |
ADD_SERIALIZE_METHODS void | SerializationOp (Stream &s, Operation ser_action) |
uint256 | GetSignHash () const |
Public Attributes | |
Consensus::LLMQType | llmqType |
uint256 | quorumHash |
uint256 | proTxHash |
std::vector< std::pair< uint32_t, CBLSSecretKey > > | contributions |
CBLSSignature | sig |
Detailed Description
Definition at line 123 of file quorums_dkgsession.h.
Member Function Documentation
◆ GetSignHash()
|
inline |
Definition at line 145 of file quorums_dkgsession.h.
References SerializeHash(), and sig.
Referenced by llmq::CDKGSession::SendJustification().
◆ SerializationOp()
|
inline |
Definition at line 136 of file quorums_dkgsession.h.
References contributions, llmqType, proTxHash, quorumHash, READWRITE, and sig.
Member Data Documentation
◆ contributions
std::vector<std::pair<uint32_t, CBLSSecretKey> > llmq::CDKGJustification::contributions |
Definition at line 129 of file quorums_dkgsession.h.
Referenced by llmq::CDKGSession::PreVerifyMessage(), llmq::CDKGSession::ReceiveMessage(), llmq::CDKGSession::SendJustification(), and SerializationOp().
◆ llmqType
Consensus::LLMQType llmq::CDKGJustification::llmqType |
Definition at line 126 of file quorums_dkgsession.h.
Referenced by llmq::CDKGSession::SendJustification(), and SerializationOp().
◆ proTxHash
uint256 llmq::CDKGJustification::proTxHash |
Definition at line 128 of file quorums_dkgsession.h.
Referenced by llmq::CDKGSession::PreVerifyMessage(), llmq::CDKGSession::ReceiveMessage(), llmq::CDKGSession::SendJustification(), and SerializationOp().
◆ quorumHash
uint256 llmq::CDKGJustification::quorumHash |
Definition at line 127 of file quorums_dkgsession.h.
Referenced by llmq::CDKGSession::PreVerifyMessage(), llmq::CDKGSession::SendJustification(), and SerializationOp().
◆ sig
CBLSSignature llmq::CDKGJustification::sig |
Definition at line 130 of file quorums_dkgsession.h.
Referenced by GetSignHash(), llmq::CDKGSession::SendJustification(), and SerializationOp().
The documentation for this class was generated from the following file:
- src/llmq/quorums_dkgsession.h