Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
CAccount Class Reference

Account information. More...

#include <wallet.h>

Collaboration diagram for CAccount:
Collaboration graph
[legend]

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 758 of file wallet.h.

Constructor & Destructor Documentation

CAccount::CAccount ( )
inline

Definition at line 763 of file wallet.h.

Member Function Documentation

void CAccount::SetNull ( )
inline

Definition at line 768 of file wallet.h.

Member Data Documentation

CPubKey CAccount::vchPubKey

Definition at line 761 of file wallet.h.


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