Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
CKeyPool Class Reference
A key pool entry. More...
#include <wallet.h>

Public Member Functions | |
CKeyPool () | |
CKeyPool (const CPubKey &vchPubKeyIn, bool fInternalIn) | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
Public Attributes | |
int64_t | nTime |
CPubKey | vchPubKey |
bool | fInternal |
ADD_SERIALIZE_METHODS | |
Detailed Description
Constructor & Destructor Documentation
◆ CKeyPool() [1/2]
CKeyPool::CKeyPool | ( | ) |
Definition at line 5473 of file wallet.cpp.
◆ CKeyPool() [2/2]
CKeyPool::CKeyPool | ( | const CPubKey & | vchPubKeyIn, |
bool | fInternalIn | ||
) |
Member Function Documentation
◆ SerializationOp()
template<typename Stream , typename Operation >
|
inline |
Member Data Documentation
◆ ADD_SERIALIZE_METHODS
◆ fInternal
bool CKeyPool::fInternal |
Definition at line 124 of file wallet.h.
Referenced by CKeyPool(), CReserveKey::GetReservedKey(), CWallet::LoadKeyPool(), CWallet::ReserveKeyFromKeyPool(), and SerializationOp().
◆ nTime
int64_t CKeyPool::nTime |
Definition at line 122 of file wallet.h.
Referenced by CKeyPool(), GetOldestKeyInPool(), CWallet::LoadKeyPool(), and SerializationOp().
◆ vchPubKey
CPubKey CKeyPool::vchPubKey |
Definition at line 123 of file wallet.h.
Referenced by CKeyPool(), CWallet::GetKeyFromPool(), GetOldestKeyInPool(), CReserveKey::GetReservedKey(), CWallet::LoadKeyPool(), CWallet::MarkReserveKeysAsUsed(), CWallet::ReserveKeyFromKeyPool(), and SerializationOp().
The documentation for this class was generated from the following files:
- src/wallet/wallet.h
- src/wallet/wallet.cpp