![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
A key allocated from the key pool. More...
#include <wallet.h>
Public Member Functions | |
| CReserveKey (CWallet *pwalletIn) | |
| CReserveKey ()=default | |
| CReserveKey (const CReserveKey &)=delete | |
| CReserveKey & | operator= (const CReserveKey &)=delete |
| ~CReserveKey () | |
| void | ReturnKey () |
| bool | GetReservedKey (CPubKey &pubkey, bool internal=false) |
| void | KeepKey () |
Protected Attributes | |
| CWallet * | pwallet |
| int64_t | nIndex |
| bool | internal {false} |
| CPubKey | vchPubKey |
|
inlineexplicit |
|
default |
|
delete |
|
inline |
|
delete |