![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
A key allocated from the key pool. More...
#include <wallet.h>
Public Member Functions | |
CReserveKey (CWallet *pwalletIn) | |
~CReserveKey () | |
void | ReturnKey () |
bool | GetReservedKey (CPubKey &pubkey) |
void | KeepKey () |
Protected Attributes | |
CWallet * | pwallet |
int64_t | nIndex |
CPubKey | vchPubKey |
bool CReserveKey::GetReservedKey | ( | CPubKey & | pubkey | ) |
Definition at line 1993 of file wallet.cpp.
void CReserveKey::KeepKey | ( | ) |
void CReserveKey::ReturnKey | ( | ) |
Definition at line 2022 of file wallet.cpp.