Fabcoin Core
0.16.2
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 () |
void | KeepScript () override |
Public Member Functions inherited from CReserveScript | |
CReserveScript () | |
virtual | ~CReserveScript () |
Protected Attributes | |
CWallet * | pwallet |
int64_t | nIndex |
CPubKey | vchPubKey |
bool | fInternal |
Additional Inherited Members | |
Public Attributes inherited from CReserveScript | |
CScript | reserveScript |
|
default |
|
delete |
|
inlineoverridevirtual |
Reimplemented from CReserveScript.
|
delete |