Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
CKeyPool Class Reference

A key pool entry. More...

#include <wallet.h>

+ Collaboration diagram for CKeyPool:

Public Member Functions

 CKeyPool ()
 
 CKeyPool (const CPubKey &vchPubKeyIn)
 

Public Attributes

int64_t nTime
 
CPubKey vchPubKey
 

Detailed Description

A key pool entry.

Definition at line 55 of file wallet.h.

Constructor & Destructor Documentation

CKeyPool::CKeyPool ( )
inline

Definition at line 61 of file wallet.h.

References GetTime().

+ Here is the call graph for this function:

CKeyPool::CKeyPool ( const CPubKey vchPubKeyIn)
inline

Definition at line 66 of file wallet.h.

References GetTime().

+ Here is the call graph for this function:

Member Data Documentation

int64_t CKeyPool::nTime

Definition at line 58 of file wallet.h.

Referenced by CWallet::GetOldestKeyPoolTime().

CPubKey CKeyPool::vchPubKey

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