Bitcoin
Public Member Functions | Public Attributes | List of all members
CWalletKey Class Reference

#include <wallet.h>

Public Member Functions

 CWalletKey (int64_t nExpires=0)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 

Public Attributes

CPrivKey vchPrivKey
 
int64_t nTimeCreated
 
int64_t nTimeExpires
 
std::string strComment
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CWalletKey()

CWalletKey::CWalletKey ( int64_t  nExpires = 0)
explicit

Member Function Documentation

◆ SerializationOp()

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

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CWalletKey::ADD_SERIALIZE_METHODS

◆ nTimeCreated

int64_t CWalletKey::nTimeCreated

◆ nTimeExpires

int64_t CWalletKey::nTimeExpires

◆ strComment

std::string CWalletKey::strComment

◆ vchPrivKey

CPrivKey CWalletKey::vchPrivKey

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