Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
CKeyPool Class Reference

A key pool entry. More...

#include <wallet.h>

Collaboration diagram for CKeyPool:
Collaboration graph
[legend]

Public Member Functions

 CKeyPool ()
 
 CKeyPool (const CPubKey &vchPubKeyIn)
 

Public Attributes

int64 nTime
 
CPubKey vchPubKey
 

Detailed Description

A key pool entry.

Definition at line 40 of file wallet.h.

Constructor & Destructor Documentation

CKeyPool::CKeyPool ( )
inline

Definition at line 46 of file wallet.h.

CKeyPool::CKeyPool ( const CPubKey vchPubKeyIn)
inline

Definition at line 51 of file wallet.h.

Member Data Documentation

int64 CKeyPool::nTime

Definition at line 43 of file wallet.h.

CPubKey CKeyPool::vchPubKey

Definition at line 44 of file wallet.h.


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