5 #ifndef BITCOIN_ZMQ_ZMQNOTIFICATIONINTERFACE_H 6 #define BITCOIN_ZMQ_ZMQNOTIFICATIONINTERFACE_H 38 #endif // BITCOIN_ZMQ_ZMQNOTIFICATIONINTERFACE_H
void NotifyTransactionLock(const CTransaction &tx)
void SyncTransaction(const CTransaction &tx, const CBlock *pblock)
static CZMQNotificationInterface * CreateWithArguments(const std::map< std::string, std::string > &args)
void UpdatedBlockTip(const CBlockIndex *pindexNew, const CBlockIndex *pindexFork, bool fInitialDownload)
CZMQNotificationInterface()
virtual ~CZMQNotificationInterface()
std::list< CZMQAbstractNotifier * > notifiers