PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CAccount Class Reference

Account information. More...

#include <wallet.h>

Collaboration diagram for CAccount:
[legend]

Public Member Functions

 CAccount ()
 
void SetNull ()
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 

Public Attributes

CPubKey vchPubKey
 
uint32_t nAccountIndex
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Account information.

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

Definition at line 167 of file wallet.h.

Constructor & Destructor Documentation

◆ CAccount()

CAccount::CAccount ( )
inline

Definition at line 173 of file wallet.h.

Here is the call graph for this function:

Member Function Documentation

◆ SerializationOp()

template<typename Stream , typename Operation >
void CAccount::SerializationOp ( Stream &  s,
Operation  ser_action,
int  nType,
int  nVersion 
)
inline

Definition at line 186 of file wallet.h.

◆ SetNull()

void CAccount::SetNull ( )
inline

Definition at line 178 of file wallet.h.

Here is the caller graph for this function:

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CAccount::ADD_SERIALIZE_METHODS

Definition at line 183 of file wallet.h.

◆ nAccountIndex

uint32_t CAccount::nAccountIndex

Definition at line 171 of file wallet.h.

◆ vchPubKey

CPubKey CAccount::vchPubKey

Definition at line 170 of file wallet.h.


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