PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Functions
validationinterface.h File Reference
#include <boost/signals2/signal.hpp>
#include <boost/shared_ptr.hpp>
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
 
struct  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...
 
void SyncWithWallets (const CTransaction &tx, const CBlock *pblock)
 Push an updated transaction to all registered wallets. More...
 
CMainSignalsGetMainSignals ()
 

Function Documentation

◆ GetMainSignals()

CMainSignals& GetMainSignals ( )

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

Here is the caller graph for this function:

◆ SyncWithWallets()

void SyncWithWallets ( const CTransaction tx,
const CBlock pblock 
)

Push an updated transaction to all registered wallets.

Definition at line 54 of file validationinterface.cpp.

◆ UnregisterAllValidationInterfaces()

void UnregisterAllValidationInterfaces ( )

Unregister all wallets from core.

Definition at line 41 of file validationinterface.cpp.

◆ UnregisterValidationInterface()

void UnregisterValidationInterface ( CValidationInterface pwalletIn)

Unregister a wallet from core.

Definition at line 28 of file validationinterface.cpp.

Here is the caller graph for this function: