![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <quorums_chainlocks.h>
Public Member Functions | |
| SERIALIZE_METHODS (CChainLockSig, obj) | |
| bool | IsNull () const |
| std::string | ToString () const |
Public Attributes | |
| int32_t | nHeight {-1} |
| uint256 | blockHash |
| CBLSSignature | sig |
Definition at line 23 of file quorums_chainlocks.h.
| bool llmq::CChainLockSig::IsNull | ( | ) | const |
|
inline |
Definition at line 31 of file quorums_chainlocks.h.
| std::string llmq::CChainLockSig::ToString | ( | ) | const |
| uint256 llmq::CChainLockSig::blockHash |
Definition at line 27 of file quorums_chainlocks.h.
| int32_t llmq::CChainLockSig::nHeight {-1} |
Definition at line 26 of file quorums_chainlocks.h.
| CBLSSignature llmq::CChainLockSig::sig |
Definition at line 28 of file quorums_chainlocks.h.