Raven Core  3.0.0
P2P Digital Currency
Classes | Functions
validationinterface.h File Reference
#include <memory>
#include "primitives/transaction.h"
Include dependency graph for validationinterface.h:
This graph shows which files directly or indirectly include this file:

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

Function Documentation

◆ GetMainSignals()

CMainSignals& GetMainSignals ( )

Definition at line 58 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 63 of file validationinterface.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ UnregisterAllValidationInterfaces()

void UnregisterAllValidationInterfaces ( )

Unregister all wallets from core.

Definition at line 93 of file validationinterface.cpp.

Here is the caller graph for this function:

◆ UnregisterValidationInterface()

void UnregisterValidationInterface ( CValidationInterface pwalletIn)

Unregister a wallet from core.

Definition at line 78 of file validationinterface.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: