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

A key allocated from the key pool. More...

#include <wallet.h>

Collaboration diagram for CReserveKey:
Collaboration graph
[legend]

Public Member Functions

 CReserveKey (CWallet *pwalletIn)
 
 ~CReserveKey ()
 
void ReturnKey ()
 
bool GetReservedKey (CPubKey &pubkey)
 
void KeepKey ()
 

Protected Attributes

CWalletpwallet
 
int64 nIndex
 
CPubKey vchPubKey
 

Detailed Description

A key allocated from the key pool.

Definition at line 318 of file wallet.h.

Constructor & Destructor Documentation

CReserveKey::CReserveKey ( CWallet pwalletIn)
inline

Definition at line 325 of file wallet.h.

CReserveKey::~CReserveKey ( )
inline

Definition at line 331 of file wallet.h.

Member Function Documentation

bool CReserveKey::GetReservedKey ( CPubKey pubkey)

Definition at line 1813 of file wallet.cpp.

void CReserveKey::KeepKey ( )

Definition at line 1834 of file wallet.cpp.

void CReserveKey::ReturnKey ( )

Definition at line 1842 of file wallet.cpp.

Member Data Documentation

int64 CReserveKey::nIndex
protected

Definition at line 322 of file wallet.h.

CWallet* CReserveKey::pwallet
protected

Definition at line 321 of file wallet.h.

CPubKey CReserveKey::vchPubKey
protected

Definition at line 323 of file wallet.h.


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