![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <quorums_dkgsession.h>
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 |
Definition at line 118 of file quorums_dkgsession.h.
|
inline |
Definition at line 138 of file quorums_dkgsession.h.
|
inline |
Definition at line 129 of file quorums_dkgsession.h.
| std::vector<std::pair<uint32_t, CBLSSecretKey> > llmq::CDKGJustification::contributions |
Definition at line 124 of file quorums_dkgsession.h.
| uint8_t llmq::CDKGJustification::llmqType |
Definition at line 121 of file quorums_dkgsession.h.
| uint256 llmq::CDKGJustification::proTxHash |
Definition at line 123 of file quorums_dkgsession.h.
| uint256 llmq::CDKGJustification::quorumHash |
Definition at line 122 of file quorums_dkgsession.h.
| CBLSSignature llmq::CDKGJustification::sig |
Definition at line 125 of file quorums_dkgsession.h.