Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

llmq::CChainLockSig Class Reference

#include <quorums_chainlocks.h>

+ Collaboration diagram for llmq::CChainLockSig:

Public Member Functions

template<typename Stream , typename Operation >
ADD_SERIALIZE_METHODS void SerializationOp (Stream &s, Operation ser_action)
 
bool IsNull () const
 
std::string ToString () const
 

Public Attributes

int32_t nHeight {-1}
 
uint256 blockHash
 
CBLSSignature sig
 

Detailed Description

Definition at line 25 of file quorums_chainlocks.h.

Member Function Documentation

◆ IsNull()

bool llmq::CChainLockSig::IsNull ( ) const

Definition at line 26 of file quorums_chainlocks.cpp.

References blockHash, and nHeight.

Referenced by getbestchainlock(), and llmq::CChainLocksHandler::ProcessNewChainLock().

◆ SerializationOp()

template<typename Stream , typename Operation >
ADD_SERIALIZE_METHODS void llmq::CChainLockSig::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 36 of file quorums_chainlocks.h.

References blockHash, nHeight, READWRITE, and sig.

◆ ToString()

Member Data Documentation

◆ blockHash

◆ nHeight

◆ sig


The documentation for this class was generated from the following files:
Released under the MIT license