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

#include <quorums_debug.h>

Collaboration diagram for llmq::CDKGDebugSessionStatus:
[legend]

Public Member Functions

 CDKGDebugSessionStatus ()
 
UniValue ToJson (int detailLevel) const
 

Public Attributes

Consensus::LLMQType llmqType {Consensus::LLMQ_NONE}
 
uint256 quorumHash
 
uint32_t quorumHeight {0}
 
uint8_t phase {0}
 
union {
   struct {
      bool   sentContributions: 1
 
      bool   sentComplaint: 1
 
      bool   sentJustification: 1
 
      bool   sentPrematureCommitment: 1
 
      bool   aborted: 1
 
   } 
 
   uint8_t   statusBitset
 
}; 
 
std::vector< CDKGDebugMemberStatusmembers
 
bool receivedFinalCommitment {false}
 

Detailed Description

Definition at line 49 of file quorums_debug.h.

Constructor & Destructor Documentation

◆ CDKGDebugSessionStatus()

llmq::CDKGDebugSessionStatus::CDKGDebugSessionStatus ( )
inline

Definition at line 75 of file quorums_debug.h.

Member Function Documentation

◆ ToJson()

UniValue llmq::CDKGDebugSessionStatus::ToJson ( int  detailLevel) const

Definition at line 19 of file quorums_debug.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ 

union { ... }

◆ aborted

bool llmq::CDKGDebugSessionStatus::aborted

Definition at line 66 of file quorums_debug.h.

◆ llmqType

Consensus::LLMQType llmq::CDKGDebugSessionStatus::llmqType {Consensus::LLMQ_NONE}

Definition at line 52 of file quorums_debug.h.

◆ members

std::vector<CDKGDebugMemberStatus> llmq::CDKGDebugSessionStatus::members

Definition at line 71 of file quorums_debug.h.

◆ phase

uint8_t llmq::CDKGDebugSessionStatus::phase {0}

Definition at line 55 of file quorums_debug.h.

◆ quorumHash

uint256 llmq::CDKGDebugSessionStatus::quorumHash

Definition at line 53 of file quorums_debug.h.

◆ quorumHeight

uint32_t llmq::CDKGDebugSessionStatus::quorumHeight {0}

Definition at line 54 of file quorums_debug.h.

◆ receivedFinalCommitment

bool llmq::CDKGDebugSessionStatus::receivedFinalCommitment {false}

Definition at line 72 of file quorums_debug.h.

◆ sentComplaint

bool llmq::CDKGDebugSessionStatus::sentComplaint

Definition at line 62 of file quorums_debug.h.

◆ sentContributions

bool llmq::CDKGDebugSessionStatus::sentContributions

Definition at line 61 of file quorums_debug.h.

◆ sentJustification

bool llmq::CDKGDebugSessionStatus::sentJustification

Definition at line 63 of file quorums_debug.h.

◆ sentPrematureCommitment

bool llmq::CDKGDebugSessionStatus::sentPrematureCommitment

Definition at line 64 of file quorums_debug.h.

◆ statusBitset

uint8_t llmq::CDKGDebugSessionStatus::statusBitset

Definition at line 68 of file quorums_debug.h.


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