Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <zmqpublishnotifier.h>
Public Member Functions | |
bool | NotifyBlock (const CBlockIndex *pindex) 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 | NotifyTransaction (const CTransaction &transaction) |
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 |
Definition at line 31 of file zmqpublishnotifier.h.
|
overridevirtual |
Reimplemented from CZMQAbstractNotifier.
Definition at line 149 of file zmqpublishnotifier.cpp.