PRCYCoin  2.0.0.7rc1
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 679 of file wallet.h.

Constructor & Destructor Documentation

◆ CReserveKey()

CReserveKey::CReserveKey ( CWallet pwalletIn)
inline

Definition at line 687 of file wallet.h.

◆ ~CReserveKey()

CReserveKey::~CReserveKey ( )
inline

Definition at line 693 of file wallet.h.

Here is the call graph for this function:

Member Data Documentation

◆ nIndex

int64_t CReserveKey::nIndex
protected

Definition at line 683 of file wallet.h.

◆ pwallet

CWallet* CReserveKey::pwallet
protected

Definition at line 682 of file wallet.h.

◆ vchPubKey

CPubKey CReserveKey::vchPubKey
protected

Definition at line 684 of file wallet.h.


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