Fabcoin Core  0.16.2
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 1244 of file wallet.h.

Constructor & Destructor Documentation

CAccount::CAccount ( )
inline

Definition at line 1249 of file wallet.h.

Member Function Documentation

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

Definition at line 1262 of file wallet.h.

void CAccount::SetNull ( )
inline

Definition at line 1254 of file wallet.h.

Here is the caller graph for this function:

Member Data Documentation

CAccount::ADD_SERIALIZE_METHODS

Definition at line 1259 of file wallet.h.

CPubKey CAccount::vchPubKey

Definition at line 1247 of file wallet.h.


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