![]()  | 
  
    BSHA3
    0.17.99
    
   P2P Blockchain, based on Bitcoin 
   | 
 
#include <zmqpublishnotifier.h>
Public Member Functions | |
| bool | NotifyTransaction (const CTransaction &transaction) 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) | 
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 37 of file zmqpublishnotifier.h.
      
  | 
  overridevirtual | 
Reimplemented from CZMQAbstractNotifier.
Definition at line 159 of file zmqpublishnotifier.cpp.
 1.8.14