Master Core  v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Data Fields
CWalletKey Class Reference

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

#include <wallet.h>

+ Collaboration diagram for CWalletKey:

Public Member Functions

 CWalletKey (int64_t nExpires=0)
 

Data Fields

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 736 of file wallet.h.

Constructor & Destructor Documentation

CWalletKey::CWalletKey ( int64_t  nExpires = 0)
inline

Definition at line 746 of file wallet.h.

References GetTime().

+ Here is the call graph for this function:

Field Documentation

int64_t CWalletKey::nTimeCreated

Definition at line 740 of file wallet.h.

int64_t CWalletKey::nTimeExpires

Definition at line 741 of file wallet.h.

std::string CWalletKey::strComment

Definition at line 742 of file wallet.h.

CPrivKey CWalletKey::vchPrivKey

Definition at line 739 of file wallet.h.

Referenced by ReadKeyValue().


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