![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
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 |
|
inlineexplicit |
|
default |
|
delete |
|
inlineoverridevirtual |
Reimplemented from CReserveScript.
|
delete |
1.8.14