 |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the documentation of this file.
5 #ifndef BITCOIN_ZMQ_ZMQABSTRACTNOTIFIER_H
6 #define BITCOIN_ZMQ_ZMQABSTRACTNOTIFIER_H
45 #endif // BITCOIN_ZMQ_ZMQABSTRACTNOTIFIER_H
virtual bool NotifyTransactionLock(const CTransaction &transaction)
The basic transaction that is broadcasted on the network and contained in blocks.
virtual void Shutdown()=0
void SetAddress(const std::string &a)
void SetType(const std::string &t)
std::string GetType() const
virtual ~CZMQAbstractNotifier()
virtual bool Initialize(void *pcontext)=0
static CZMQAbstractNotifier * Create()
virtual bool NotifyTransaction(const CTransaction &transaction)
std::string GetAddress() const
virtual bool NotifyBlock(const CBlockIndex *pindex)
The block chain is a tree shaped structure starting with the genesis block at the root,...