Dash Core  0.12.2.1
P2P Digital Currency
CReserveKey Class Reference

#include <wallet.h>

+ Inheritance diagram for CReserveKey:

Public Member Functions

 CReserveKey (CWallet *pwalletIn)
 
 ~CReserveKey ()
 
void ReturnKey ()
 
bool GetReservedKey (CPubKey &pubkey, bool fInternalIn)
 
void KeepKey ()
 
void KeepScript ()
 
- Public Member Functions inherited from CReserveScript
 CReserveScript ()
 
virtual ~CReserveScript ()
 

Protected Attributes

CWalletpwallet
 
int64_t nIndex
 
CPubKey vchPubKey
 
bool fInternal
 

Additional Inherited Members

- Public Attributes inherited from CReserveScript
CScript reserveScript
 

Detailed Description

A key allocated from the key pool.

Definition at line 1049 of file wallet.h.

Constructor & Destructor Documentation

◆ CReserveKey()

CReserveKey::CReserveKey ( CWallet pwalletIn)
inline

Definition at line 1057 of file wallet.h.

◆ ~CReserveKey()

CReserveKey::~CReserveKey ( )
inline

Definition at line 1064 of file wallet.h.

Member Function Documentation

◆ KeepScript()

void CReserveKey::KeepScript ( )
inlinevirtual

Reimplemented from CReserveScript.

Definition at line 1072 of file wallet.h.

Member Data Documentation

◆ fInternal

bool CReserveKey::fInternal
protected

Definition at line 1055 of file wallet.h.

Referenced by CReserveKey().

◆ nIndex

int64_t CReserveKey::nIndex
protected

Definition at line 1053 of file wallet.h.

Referenced by CReserveKey().

◆ pwallet

CWallet* CReserveKey::pwallet
protected

Definition at line 1052 of file wallet.h.

Referenced by CReserveKey().

◆ vchPubKey

CPubKey CReserveKey::vchPubKey
protected

Definition at line 1054 of file wallet.h.


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