Dash Core  0.12.2.1
P2P Digital Currency
CKeyPool Class Reference

#include <wallet.h>

Public Member Functions

 CKeyPool ()
 
 CKeyPool (const CPubKey &vchPubKeyIn, bool fInternalIn)
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action, int nType, int nVersion)
 

Public Attributes

int64_t nTime
 
CPubKey vchPubKey
 
bool fInternal
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

A key pool entry

Definition at line 123 of file wallet.h.

Constructor & Destructor Documentation

◆ CKeyPool() [1/2]

CKeyPool::CKeyPool ( )

Definition at line 4367 of file wallet.cpp.

◆ CKeyPool() [2/2]

CKeyPool::CKeyPool ( const CPubKey vchPubKeyIn,
bool  fInternalIn 
)

Definition at line 4373 of file wallet.cpp.

Member Function Documentation

◆ SerializationOp()

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

Definition at line 136 of file wallet.h.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CKeyPool::ADD_SERIALIZE_METHODS

Definition at line 133 of file wallet.h.

◆ fInternal

bool CKeyPool::fInternal

Definition at line 128 of file wallet.h.

Referenced by SerializationOp().

◆ nTime

int64_t CKeyPool::nTime

Definition at line 126 of file wallet.h.

Referenced by SerializationOp().

◆ vchPubKey

CPubKey CKeyPool::vchPubKey

Definition at line 127 of file wallet.h.

Referenced by SerializationOp().


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