Fabcoin Core
0.16.2
P2P Digital Currency
|
A key pool entry. More...
#include <wallet.h>
Public Member Functions | |
CKeyPool () | |
CKeyPool (const CPubKey &vchPubKeyIn, bool internalIn) | |
template<typename Stream , typename Operation > | |
void | SerializationOp (Stream &s, Operation ser_action) |
Public Attributes | |
int64_t | nTime |
CPubKey | vchPubKey |
bool | fInternal |
ADD_SERIALIZE_METHODS | |
CKeyPool::CKeyPool | ( | ) |
CKeyPool::CKeyPool | ( | const CPubKey & | vchPubKeyIn, |
bool | internalIn | ||
) |
|
inline |