![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <wallet.h>
Public Member Functions | |
CReserveKey (CWallet *pwalletIn) | |
~CReserveKey () | |
void | ReturnKey () |
bool | GetReservedKey (CPubKey &pubkey, bool fInternalIn) |
void | KeepKey () |
void | KeepScript () |
![]() | |
CReserveScript () | |
virtual | ~CReserveScript () |
Protected Attributes | |
CWallet * | pwallet |
int64_t | nIndex |
CPubKey | vchPubKey |
bool | fInternal |
Additional Inherited Members | |
![]() | |
CScript | reserveScript |
|
inlinevirtual |
Reimplemented from CReserveScript.
|
protected |
Definition at line 1055 of file wallet.h.
Referenced by CReserveKey().
|
protected |
Definition at line 1053 of file wallet.h.
Referenced by CReserveKey().
|
protected |
Definition at line 1052 of file wallet.h.
Referenced by CReserveKey().