Raven Core  3.0.0
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)
 

Public Attributes

CPubKey vchPubKey
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Account information.

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

Definition at line 1228 of file wallet.h.

Constructor & Destructor Documentation

◆ CAccount()

CAccount::CAccount ( )
inline

Definition at line 1233 of file wallet.h.

Member Function Documentation

◆ SerializationOp()

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

Definition at line 1246 of file wallet.h.

◆ SetNull()

void CAccount::SetNull ( )
inline

Definition at line 1238 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 1243 of file wallet.h.

◆ vchPubKey

CPubKey CAccount::vchPubKey

Definition at line 1231 of file wallet.h.


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