![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include "validationinterface.h"Go to the source code of this file.
Functions | |
| CMainSignals & | GetMainSignals () |
| 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=NULL) |
| Push an updated transaction to all registered wallets. More... | |
| 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 = NULL |
||
| ) |
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