Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
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 nExpires=0)
 

Public Attributes

CPrivKey vchPrivKey
 
int64 nTimeCreated
 
int64 nTimeExpires
 
std::string strComment
 

Detailed Description

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

Definition at line 723 of file wallet.h.

Constructor & Destructor Documentation

CWalletKey::CWalletKey ( int64  nExpires = 0)
inline

Definition at line 733 of file wallet.h.

Member Data Documentation

int64 CWalletKey::nTimeCreated

Definition at line 727 of file wallet.h.

int64 CWalletKey::nTimeExpires

Definition at line 728 of file wallet.h.

std::string CWalletKey::strComment

Definition at line 729 of file wallet.h.

CPrivKey CWalletKey::vchPrivKey

Definition at line 726 of file wallet.h.


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