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
CKeyPool Class Reference

A key pool entry. More...

#include <wallet.h>

+ Collaboration diagram for CKeyPool:

Public Member Functions

 CKeyPool ()
 
 CKeyPool (const CPubKey &vchPubKeyIn)
 

Data Fields

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:

Field 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: