Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CZMQPublishRawTransactionLockSigNotifier Class Reference
#include <zmqpublishnotifier.h>
Inheritance diagram for CZMQPublishRawTransactionLockSigNotifier:
Collaboration diagram for CZMQPublishRawTransactionLockSigNotifier:
Public Member Functions | |
bool | NotifyTransactionLock (const CTransaction &transaction, const llmq::CInstantSendLock &islock) override |
Public Member Functions inherited from CZMQAbstractPublishNotifier | |
bool | SendMessage (const char *command, const void *data, size_t size) |
bool | Initialize (void *pcontext) override |
void | Shutdown () override |
Public Member Functions inherited from CZMQAbstractNotifier | |
CZMQAbstractNotifier () | |
virtual | ~CZMQAbstractNotifier () |
std::string | GetType () const |
void | SetType (const std::string &t) |
std::string | GetAddress () const |
void | SetAddress (const std::string &a) |
virtual bool | NotifyBlock (const CBlockIndex *pindex) |
virtual bool | NotifyChainLock (const CBlockIndex *pindex, const llmq::CChainLockSig &clsig) |
virtual bool | NotifyTransaction (const CTransaction &transaction) |
virtual bool | NotifyGovernanceVote (const CGovernanceVote &vote) |
virtual bool | NotifyGovernanceObject (const CGovernanceObject &object) |
virtual bool | NotifyInstantSendDoubleSpendAttempt (const CTransaction ¤tTx, const CTransaction &previousTx) |
Additional Inherited Members | |
Static Public Member Functions inherited from CZMQAbstractNotifier | |
template<typename T > | |
static CZMQAbstractNotifier * | Create () |
Protected Attributes inherited from CZMQAbstractNotifier | |
void * | psocket |
std::string | type |
std::string | address |
Detailed Description
Definition at line 105 of file zmqpublishnotifier.h.
Member Function Documentation
◆ NotifyTransactionLock()
|
overridevirtual |
Reimplemented from CZMQAbstractNotifier.
Definition at line 316 of file zmqpublishnotifier.cpp.
References CTransaction::GetHash(), base_blob< BITS >::GetHex(), LogPrint, MSG_RAWTXLOCKSIG, PROTOCOL_VERSION, CZMQAbstractPublishNotifier::SendMessage(), SER_NETWORK, and BCLog::ZMQ.
The documentation for this class was generated from the following files:
- src/zmq/zmqpublishnotifier.h
- src/zmq/zmqpublishnotifier.cpp