![]() |
Feathercoin
0.5.0
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 | nIndex |
CPubKey | vchPubKey |
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.