Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CKeyPool Class Reference

A key pool entry. More...

#include <wallet.h>

Collaboration diagram for CKeyPool:
[legend]

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
 

Detailed Description

A key pool entry.

Definition at line 120 of file wallet.h.

Constructor & Destructor Documentation

CKeyPool::CKeyPool ( )

Definition at line 4458 of file wallet.cpp.

Here is the call graph for this function:

CKeyPool::CKeyPool ( const CPubKey vchPubKeyIn,
bool  internalIn 
)

Definition at line 4464 of file wallet.cpp.

Here is the call graph for this function:

Member Function Documentation

template<typename Stream , typename Operation >
void CKeyPool::SerializationOp ( Stream &  s,
Operation  ser_action 
)
inline

Definition at line 133 of file wallet.h.

Member Data Documentation

CKeyPool::ADD_SERIALIZE_METHODS

Definition at line 130 of file wallet.h.

bool CKeyPool::fInternal

Definition at line 125 of file wallet.h.

int64_t CKeyPool::nTime

Definition at line 123 of file wallet.h.

CPubKey CKeyPool::vchPubKey

Definition at line 124 of file wallet.h.


The documentation for this class was generated from the following files: