![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
A key allocated from the key pool. More...
#include <wallet.h>
Collaboration diagram for CReserveKey: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 1903 of file wallet.cpp.
References CPubKey::IsValid(), LogPrintf, and CKeyPool::vchPubKey.
Referenced by getrawchangeaddress().
Here is the call graph for this function:
Here is the caller graph for this function:| void CReserveKey::KeepKey | ( | ) |
Definition at line 1924 of file wallet.cpp.
Referenced by CWallet::CommitTransaction(), and getrawchangeaddress().
Here is the caller graph for this function:| void CReserveKey::ReturnKey | ( | ) |
Definition at line 1932 of file wallet.cpp.
1.8.8