Anoncoin  0.9.4
P2P Digital Currency
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:
[legend]

Public Member Functions

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

Protected Attributes

CWalletpwallet
 
int64_t nIndex
 
CPubKey vchPubKey
 

Detailed Description

A key allocated from the key pool.

Definition at line 415 of file wallet.h.

Constructor & Destructor Documentation

CReserveKey::CReserveKey ( CWallet pwalletIn)
inline

Definition at line 422 of file wallet.h.

CReserveKey::~CReserveKey ( )
inline

Definition at line 428 of file wallet.h.

Member Function Documentation

bool CReserveKey::GetReservedKey ( CPubKey pubkey)

Definition at line 1993 of file wallet.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void CReserveKey::KeepKey ( )

Definition at line 2014 of file wallet.cpp.

Here is the caller graph for this function:

void CReserveKey::ReturnKey ( )

Definition at line 2022 of file wallet.cpp.

Member Data Documentation

int64_t CReserveKey::nIndex
protected

Definition at line 419 of file wallet.h.

CWallet* CReserveKey::pwallet
protected

Definition at line 418 of file wallet.h.

CPubKey CReserveKey::vchPubKey
protected

Definition at line 420 of file wallet.h.


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