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

#include <quorums_commitment.h>

Collaboration diagram for llmq::LLMQCommPL:
[legend]

Public Member Functions

 SERIALIZE_METHODS (LLMQCommPL, obj)
 
void ToJson (UniValue &obj) const
 

Public Attributes

uint16_t nVersion {CURRENT_VERSION}
 
uint32_t nHeight {(uint32_t)-1}
 
CFinalCommitment commitment
 

Static Public Attributes

static const uint16_t CURRENT_VERSION = 1
 

Detailed Description

Definition at line 68 of file quorums_commitment.h.

Member Function Documentation

◆ SERIALIZE_METHODS()

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

Definition at line 79 of file quorums_commitment.h.

◆ ToJson()

void llmq::LLMQCommPL::ToJson ( UniValue obj) const

Definition at line 131 of file quorums_commitment.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ commitment

CFinalCommitment llmq::LLMQCommPL::commitment

Definition at line 76 of file quorums_commitment.h.

◆ CURRENT_VERSION

const uint16_t llmq::LLMQCommPL::CURRENT_VERSION = 1
static

Definition at line 71 of file quorums_commitment.h.

◆ nHeight

uint32_t llmq::LLMQCommPL::nHeight {(uint32_t)-1}

Definition at line 75 of file quorums_commitment.h.

◆ nVersion

uint16_t llmq::LLMQCommPL::nVersion {CURRENT_VERSION}

Definition at line 74 of file quorums_commitment.h.


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