Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <boost/signals2/signal.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <primitives/transaction.h>
Go to the source code of this file.
Classes | |
class | CValidationInterface |
class | 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... | |
CMainSignals & | GetMainSignals () |
CMainSignals& GetMainSignals | ( | ) |
void RegisterValidationInterface | ( | CValidationInterface * | pwalletIn | ) |
Register a wallet to receive updates from core.
Definition at line 61 of file validationinterface.cpp.
void UnregisterAllValidationInterfaces | ( | ) |
Unregister all wallets from core.
Definition at line 89 of file validationinterface.cpp.
void UnregisterValidationInterface | ( | CValidationInterface * | pwalletIn | ) |
Unregister a wallet from core.
Definition at line 75 of file validationinterface.cpp.