Dash Core  0.12.2.1
P2P Digital Currency
validationinterface.h File Reference
#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)
 
void UnregisterValidationInterface (CValidationInterface *pwalletIn)
 
void UnregisterAllValidationInterfaces ()
 
CMainSignalsGetMainSignals ()
 

Function Documentation

◆ GetMainSignals()

◆ RegisterValidationInterface()

void RegisterValidationInterface ( CValidationInterface pwalletIn)

Register a wallet to receive updates from core

Definition at line 15 of file validationinterface.cpp.

Referenced by AppInit2(), and submitblock().

◆ UnregisterAllValidationInterfaces()

void UnregisterAllValidationInterfaces ( )

Unregister all wallets from core

Definition at line 45 of file validationinterface.cpp.

Referenced by PrepareShutdown().

◆ UnregisterValidationInterface()

void UnregisterValidationInterface ( CValidationInterface pwalletIn)

Unregister a wallet from core

Definition at line 30 of file validationinterface.cpp.

Referenced by PrepareShutdown(), and submitblock().