Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Data Fields
CAccount Class Reference

Account information. More...

#include <wallet.h>

+ Collaboration diagram for CAccount:

Public Member Functions

 CAccount ()
 
void SetNull ()
 

Data Fields

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:

Field 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: