Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Protected Member Functions | List of all members
CWalletInterface Class Referenceabstract

#include <main.h>

+ Inheritance diagram for CWalletInterface:

Protected Member Functions

virtual void SyncTransaction (const uint256 &hash, const CTransaction &tx, const CBlock *pblock)=0
 
virtual void EraseFromWallet (const uint256 &hash)=0
 
virtual void SetBestChain (const CBlockLocator &locator)=0
 
virtual void UpdatedTransaction (const uint256 &hash)=0
 
virtual void Inventory (const uint256 &hash)=0
 
virtual void ResendWalletTransactions ()=0
 
friend void::RegisterWallet (CWalletInterface *)
 
friend void::UnregisterWallet (CWalletInterface *)
 
friend void::UnregisterAllWallets ()
 

Detailed Description

Definition at line 1109 of file main.h.

Member Function Documentation

virtual void CWalletInterface::EraseFromWallet ( const uint256 hash)
protectedpure virtual

Implemented in CWallet.

Referenced by RegisterWallet(), and UnregisterWallet().

+ Here is the caller graph for this function:

virtual void CWalletInterface::Inventory ( const uint256 hash)
protectedpure virtual

Implemented in CWallet.

Referenced by RegisterWallet(), and UnregisterWallet().

+ Here is the caller graph for this function:

virtual void CWalletInterface::ResendWalletTransactions ( )
protectedpure virtual

Implemented in CWallet.

Referenced by RegisterWallet(), and UnregisterWallet().

+ Here is the caller graph for this function:

virtual void CWalletInterface::SetBestChain ( const CBlockLocator locator)
protectedpure virtual

Implemented in CWallet.

Referenced by RegisterWallet(), and UnregisterWallet().

+ Here is the caller graph for this function:

virtual void CWalletInterface::SyncTransaction ( const uint256 hash,
const CTransaction tx,
const CBlock pblock 
)
protectedpure virtual

Implemented in CWallet.

Referenced by RegisterWallet(), and UnregisterWallet().

+ Here is the caller graph for this function:

virtual void CWalletInterface::UpdatedTransaction ( const uint256 hash)
protectedpure virtual

Implemented in CWallet.

Referenced by RegisterWallet(), and UnregisterWallet().

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: