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

#include <wallet.h>

Collaboration diagram for CStealthAccount:
[legend]

Public Member Functions

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

Public Attributes

CAccount spendAccount
 
CAccount viewAccount
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

Definition at line 195 of file wallet.h.

Constructor & Destructor Documentation

◆ CStealthAccount()

CStealthAccount::CStealthAccount ( )
inline

Definition at line 201 of file wallet.h.

Here is the call graph for this function:

Member Function Documentation

◆ SerializationOp()

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

Definition at line 215 of file wallet.h.

◆ SetNull()

void CStealthAccount::SetNull ( )
inline

Definition at line 206 of file wallet.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CStealthAccount::ADD_SERIALIZE_METHODS

Definition at line 212 of file wallet.h.

◆ spendAccount

CAccount CStealthAccount::spendAccount

Definition at line 198 of file wallet.h.

◆ viewAccount

CAccount CStealthAccount::viewAccount

Definition at line 199 of file wallet.h.


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