![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <boost/signals2/signal.hpp>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Classes | |
| class | CValidationInterface |
| struct | CMainSignals |
Functions | |
| void | RegisterValidationInterface (CValidationInterface *pwalletIn) |
| Register a wallet to receive updates from core. More... | |
| void | UnregisterValidationInterface (CValidationInterface *pwalletIn) |
| Unregister a wallet from core. More... | |
| void | UnregisterAllValidationInterfaces () |
| Unregister all wallets from core. More... | |
| void | SyncWithWallets (const CTransaction &tx, const CBlock *pblock) |
| Push an updated transaction to all registered wallets. More... | |
| CMainSignals & | GetMainSignals () |
| CMainSignals& GetMainSignals | ( | ) |
| void RegisterValidationInterface | ( | CValidationInterface * | pwalletIn | ) |
Register a wallet to receive updates from core.
Definition at line 15 of file validationinterface.cpp.
| void SyncWithWallets | ( | const CTransaction & | tx, |
| const CBlock * | pblock | ||
| ) |
Push an updated transaction to all registered wallets.
Definition at line 54 of file validationinterface.cpp.
| void UnregisterAllValidationInterfaces | ( | ) |
Unregister all wallets from core.
Definition at line 41 of file validationinterface.cpp.
| void UnregisterValidationInterface | ( | CValidationInterface * | pwalletIn | ) |
Unregister a wallet from core.
Definition at line 28 of file validationinterface.cpp.
1.8.17