BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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
 
bool m_pre_split
 
 ADD_SERIALIZE_METHODS
 

Detailed Description

A key pool entry.

Definition at line 117 of file wallet.h.

Constructor & Destructor Documentation

◆ CKeyPool() [1/2]

CKeyPool::CKeyPool ( )

Definition at line 4201 of file wallet.cpp.

Here is the call graph for this function:

◆ CKeyPool() [2/2]

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

Definition at line 4208 of file wallet.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ SerializationOp()

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

Definition at line 131 of file wallet.h.

Member Data Documentation

◆ ADD_SERIALIZE_METHODS

CKeyPool::ADD_SERIALIZE_METHODS

Definition at line 128 of file wallet.h.

◆ fInternal

bool CKeyPool::fInternal

Definition at line 122 of file wallet.h.

◆ m_pre_split

bool CKeyPool::m_pre_split

Definition at line 123 of file wallet.h.

◆ nTime

int64_t CKeyPool::nTime

Definition at line 120 of file wallet.h.

◆ vchPubKey

CPubKey CKeyPool::vchPubKey

Definition at line 121 of file wallet.h.


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