Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <quorums_dkgsession.h>
Collaboration diagram for llmq::CDKGComplaint:Public Member Functions | |
| CDKGComplaint () | |
| CDKGComplaint (const Consensus::LLMQParams ¶ms) | |
| 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< bool > | badMembers |
| std::vector< bool > | complainForMembers |
| CBLSSignature | sig |
Detailed Description
Definition at line 88 of file quorums_dkgsession.h.
Constructor & Destructor Documentation
◆ CDKGComplaint() [1/2]
|
inline |
Definition at line 99 of file quorums_dkgsession.h.
◆ CDKGComplaint() [2/2]
|
explicit |
Definition at line 74 of file quorums_dkgsession.cpp.
Member Function Documentation
◆ GetSignHash()
|
inline |
Definition at line 115 of file quorums_dkgsession.h.
References SerializeHash(), and sig.
Referenced by llmq::CDKGSession::SendComplaint().
◆ SerializationOp()
|
inline |
Definition at line 105 of file quorums_dkgsession.h.
References badMembers, complainForMembers, DYNBITSET, llmqType, proTxHash, quorumHash, READWRITE, and sig.
Member Data Documentation
◆ badMembers
| std::vector<bool> llmq::CDKGComplaint::badMembers |
Definition at line 94 of file quorums_dkgsession.h.
Referenced by llmq::CDKGSession::PreVerifyMessage(), llmq::CDKGSession::ReceiveMessage(), llmq::CDKGSession::SendComplaint(), and SerializationOp().
◆ complainForMembers
| std::vector<bool> llmq::CDKGComplaint::complainForMembers |
Definition at line 95 of file quorums_dkgsession.h.
Referenced by llmq::CDKGSession::PreVerifyMessage(), llmq::CDKGSession::ReceiveMessage(), llmq::CDKGSession::SendComplaint(), and SerializationOp().
◆ llmqType
| Consensus::LLMQType llmq::CDKGComplaint::llmqType |
Definition at line 91 of file quorums_dkgsession.h.
Referenced by llmq::CDKGSession::SendComplaint(), and SerializationOp().
◆ proTxHash
| uint256 llmq::CDKGComplaint::proTxHash |
Definition at line 93 of file quorums_dkgsession.h.
Referenced by llmq::CDKGSession::PreVerifyMessage(), llmq::CDKGSession::ReceiveMessage(), llmq::CDKGSession::SendComplaint(), and SerializationOp().
◆ quorumHash
| uint256 llmq::CDKGComplaint::quorumHash |
Definition at line 92 of file quorums_dkgsession.h.
Referenced by llmq::CDKGSession::PreVerifyMessage(), llmq::CDKGSession::SendComplaint(), and SerializationOp().
◆ sig
| CBLSSignature llmq::CDKGComplaint::sig |
Definition at line 96 of file quorums_dkgsession.h.
Referenced by GetSignHash(), llmq::CDKGSession::SendComplaint(), and SerializationOp().
The documentation for this class was generated from the following files:
- src/llmq/quorums_dkgsession.h
- src/llmq/quorums_dkgsession.cpp

