PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Functions
validationinterface.cpp File Reference
#include "validationinterface.h"
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...
 
void SyncWithWallets (const CTransaction &tx, const CBlock *pblock=NULL)
 Push an updated transaction to all registered wallets. More...
 

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 = NULL 
)

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: