![]() |
Raven Core
3.0.0
P2P Digital Currency
|
#include "validationinterface.h"#include "init.h"#include "primitives/block.h"#include "scheduler.h"#include "sync.h"#include "util.h"#include <list>#include <atomic>#include <boost/signals2/signal.hpp>Go to the source code of this file.
Classes | |
| struct | MainSignalsInstance |
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... | |
| CMainSignals& GetMainSignals | ( | ) |
| void RegisterValidationInterface | ( | CValidationInterface * | pwalletIn | ) |
Register a wallet to receive updates from core.
Definition at line 63 of file validationinterface.cpp.
| void UnregisterAllValidationInterfaces | ( | ) |
Unregister all wallets from core.
Definition at line 93 of file validationinterface.cpp.
| void UnregisterValidationInterface | ( | CValidationInterface * | pwalletIn | ) |
Unregister a wallet from core.
Definition at line 78 of file validationinterface.cpp.
1.8.13