Anoncoin  0.9.4
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CKeyPool Class Reference

A key pool entry. More...

#include <wallet.h>

Collaboration diagram for CKeyPool:
[legend]

Public Member Functions

 CKeyPool ()
 
 CKeyPool (const CPubKey &vchPubKeyIn)
 

Public Attributes

int64_t nTime
 
CPubKey vchPubKey
 

Detailed Description

A key pool entry.

Definition at line 56 of file wallet.h.

Constructor & Destructor Documentation

CKeyPool::CKeyPool ( )
inline

Definition at line 62 of file wallet.h.

Here is the call graph for this function:

CKeyPool::CKeyPool ( const CPubKey vchPubKeyIn)
inline

Definition at line 67 of file wallet.h.

Here is the call graph for this function:

Member Data Documentation

int64_t CKeyPool::nTime

Definition at line 59 of file wallet.h.

CPubKey CKeyPool::vchPubKey

Definition at line 60 of file wallet.h.


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