Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Functions
validationinterface.cpp File Reference
#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>
Include dependency graph for validationinterface.cpp:

Go to the source code of this file.

Classes

struct  MainSignalsInstance
 

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

CMainSignals& GetMainSignals ( )

Definition at line 56 of file validationinterface.cpp.

Here is the caller graph for this function:

void RegisterValidationInterface ( CValidationInterface pwalletIn)

Register a wallet to receive updates from core.

Definition at line 61 of file validationinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void UnregisterAllValidationInterfaces ( )

Unregister all wallets from core.

Definition at line 89 of file validationinterface.cpp.

Here is the caller graph for this function:

void UnregisterValidationInterface ( CValidationInterface pwalletIn)

Unregister a wallet from core.

Definition at line 75 of file validationinterface.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: