![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#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, int nType, int nVersion) |
Public Attributes | |
int64_t | nTime |
CPubKey | vchPubKey |
bool | fInternal |
ADD_SERIALIZE_METHODS | |
CKeyPool::CKeyPool | ( | ) |
Definition at line 4367 of file wallet.cpp.
CKeyPool::CKeyPool | ( | const CPubKey & | vchPubKeyIn, |
bool | fInternalIn | ||
) |
Definition at line 4373 of file wallet.cpp.
|
inline |
bool CKeyPool::fInternal |
Definition at line 128 of file wallet.h.
Referenced by SerializationOp().
int64_t CKeyPool::nTime |
Definition at line 126 of file wallet.h.
Referenced by SerializationOp().
CPubKey CKeyPool::vchPubKey |
Definition at line 127 of file wallet.h.
Referenced by SerializationOp().