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

Account information. More...

#include <wallet.h>

+ Collaboration diagram for CAccount:

Public Member Functions

 CAccount ()
 
void SetNull ()
 

Public Attributes

CPubKey vchPubKey
 

Detailed Description

Account information.

Stored in wallet with key "acc"+string account name.

Definition at line 771 of file wallet.h.

Constructor & Destructor Documentation

CAccount::CAccount ( )
inline

Definition at line 776 of file wallet.h.

Member Function Documentation

void CAccount::SetNull ( )
inline

Definition at line 781 of file wallet.h.

Referenced by CWalletDB::ReadAccount().

+ Here is the caller graph for this function:

Member Data Documentation

CPubKey CAccount::vchPubKey

Definition at line 774 of file wallet.h.

Referenced by GetAccountAddress().


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