Dogecoin Core  1.14.2
P2P Digital Currency
Functions
validationinterface.cpp File Reference
#include "validationinterface.h"
#include <boost/bind/bind.hpp>
Include dependency graph for validationinterface.cpp:

Go to the source code of this file.

Functions

CMainSignalsGetMainSignals ()
 
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...
 

Function Documentation

◆ GetMainSignals()

CMainSignals& GetMainSignals ( )

Definition at line 12 of file validationinterface.cpp.

Here is the caller graph for this function:

◆ RegisterValidationInterface()

void RegisterValidationInterface ( CValidationInterface pwalletIn)

Register a wallet to receive updates from core.

Definition at line 17 of file validationinterface.cpp.

Here is the caller graph for this function:

◆ UnregisterAllValidationInterfaces()

void UnregisterAllValidationInterfaces ( )

Unregister all wallets from core.

Definition at line 76 of file validationinterface.cpp.

◆ UnregisterValidationInterface()

void UnregisterValidationInterface ( CValidationInterface pwalletIn)

Unregister a wallet from core.

Definition at line 46 of file validationinterface.cpp.

Here is the caller graph for this function: