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

#include <quorums_chainlocks.h>

Collaboration diagram for llmq::CChainLockSig:
[legend]

Public Member Functions

 SERIALIZE_METHODS (CChainLockSig, obj)
 
bool IsNull () const
 
std::string ToString () const
 

Public Attributes

int32_t nHeight {-1}
 
uint256 blockHash
 
CBLSSignature sig
 

Detailed Description

Definition at line 23 of file quorums_chainlocks.h.

Member Function Documentation

◆ IsNull()

bool llmq::CChainLockSig::IsNull ( ) const

Definition at line 26 of file quorums_chainlocks.cpp.

Here is the caller graph for this function:

◆ SERIALIZE_METHODS()

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

Definition at line 31 of file quorums_chainlocks.h.

◆ ToString()

std::string llmq::CChainLockSig::ToString ( ) const

Definition at line 31 of file quorums_chainlocks.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ blockHash

uint256 llmq::CChainLockSig::blockHash

Definition at line 27 of file quorums_chainlocks.h.

◆ nHeight

int32_t llmq::CChainLockSig::nHeight {-1}

Definition at line 26 of file quorums_chainlocks.h.

◆ sig

CBLSSignature llmq::CChainLockSig::sig

Definition at line 28 of file quorums_chainlocks.h.


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