5 #ifndef FABCOIN_ZMQ_ZMQABSTRACTNOTIFIER_H 6 #define FABCOIN_ZMQ_ZMQABSTRACTNOTIFIER_H 44 #endif // FABCOIN_ZMQ_ZMQABSTRACTNOTIFIER_H
virtual bool NotifyBlock(const CBlockIndex *pindex)
virtual ~CZMQAbstractNotifier()
virtual bool NotifyTransaction(const CTransaction &transaction)
void SetAddress(const std::string &a)
virtual void Shutdown()=0
The block chain is a tree shaped structure starting with the genesis block at the root...
std::string GetAddress() const
std::string GetType() const
virtual bool Initialize(void *pcontext)=0
The basic transaction that is broadcasted on the network and contained in blocks. ...
void SetType(const std::string &t)
static CZMQAbstractNotifier * Create()