Anoncoin  0.9.4
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CWalletKey Class Reference

Private key that includes an expiration date in case it never gets used. More...

#include <wallet.h>

Public Member Functions

 CWalletKey (int64_t nExpires=0)
 

Public Attributes

CPrivKey vchPrivKey
 
int64_t nTimeCreated
 
int64_t nTimeExpires
 
std::string strComment
 

Detailed Description

Private key that includes an expiration date in case it never gets used.

Definition at line 852 of file wallet.h.

Constructor & Destructor Documentation

CWalletKey::CWalletKey ( int64_t  nExpires = 0)
inline

Definition at line 862 of file wallet.h.

Here is the call graph for this function:

Member Data Documentation

int64_t CWalletKey::nTimeCreated

Definition at line 856 of file wallet.h.

int64_t CWalletKey::nTimeExpires

Definition at line 857 of file wallet.h.

std::string CWalletKey::strComment

Definition at line 858 of file wallet.h.

CPrivKey CWalletKey::vchPrivKey

Definition at line 855 of file wallet.h.


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