![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <zmqnotificationinterface.h>
Public Member Functions | |
| virtual | ~CZMQNotificationInterface () |
Static Public Member Functions | |
| static CZMQNotificationInterface * | CreateWithArguments (const std::map< std::string, std::string > &args) |
Protected Member Functions | |
| bool | Initialize () |
| void | Shutdown () |
| void | SyncTransaction (const CTransaction &tx, const CBlock *pblock) |
| void | UpdatedBlockTip (const CBlockIndex *pindex) |
| void | NotifyTransactionLock (const CTransaction &tx) |
Protected Member Functions inherited from CValidationInterface | |
| virtual bool | EraseFromWallet (const uint256 &hash) |
| virtual void | SetBestChain (const CBlockLocator &locator) |
| virtual bool | UpdatedTransaction (const uint256 &hash) |
| virtual void | Inventory (const uint256 &hash) |
| virtual void | ResendWalletTransactions () |
| virtual void | BlockChecked (const CBlock &, const CValidationState &) |
| virtual void | ResetRequestCount (const uint256 &hash) |
| friend | void ::RegisterValidationInterface (CValidationInterface *) |
| friend | void ::UnregisterValidationInterface (CValidationInterface *) |
| friend | void ::UnregisterAllValidationInterfaces () |
Private Member Functions | |
| CZMQNotificationInterface () | |
Private Attributes | |
| void * | pcontext |
| std::list< CZMQAbstractNotifier * > | notifiers |
Definition at line 15 of file zmqnotificationinterface.h.
|
virtual |
Definition at line 22 of file zmqnotificationinterface.cpp.
|
private |
Definition at line 18 of file zmqnotificationinterface.cpp.
|
static |
Definition at line 32 of file zmqnotificationinterface.cpp.
|
protected |
Definition at line 75 of file zmqnotificationinterface.cpp.
|
protectedvirtual |
Reimplemented from CValidationInterface.
Definition at line 163 of file zmqnotificationinterface.cpp.
|
protected |
Definition at line 112 of file zmqnotificationinterface.cpp.
|
protectedvirtual |
Reimplemented from CValidationInterface.
Definition at line 146 of file zmqnotificationinterface.cpp.
|
protectedvirtual |
Reimplemented from CValidationInterface.
Definition at line 129 of file zmqnotificationinterface.cpp.
|
private |
Definition at line 35 of file zmqnotificationinterface.h.
|
private |
Definition at line 34 of file zmqnotificationinterface.h.
1.8.17