Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | Protected Attributes | Private Member Functions | Private Attributes | Static Private Attributes | Friends | List of all members
CBlockHeaderAndShortTxIDs Class Reference

#include <blockencodings.h>

Collaboration diagram for CBlockHeaderAndShortTxIDs:
[legend]

Public Member Functions

 CBlockHeaderAndShortTxIDs ()
 
 CBlockHeaderAndShortTxIDs (const CBlock &block, bool fUseWTXID)
 
uint64_t GetShortID (const uint256 &txhash) const
 
size_t BlockTxCount () const
 
template<typename Stream , typename Operation >
void SerializationOp (Stream &s, Operation ser_action)
 

Public Attributes

CBlockHeader header
 
 ADD_SERIALIZE_METHODS
 

Protected Attributes

std::vector< uint64_t > shorttxids
 
std::vector< PrefilledTransactionprefilledtxn
 

Private Member Functions

void FillShortTxIDSelector () const
 

Private Attributes

uint64_t shorttxidk0
 
uint64_t shorttxidk1
 
uint64_t nonce
 

Static Private Attributes

static const int SHORTTXIDS_LENGTH = 6
 

Friends

class PartiallyDownloadedBlock
 

Detailed Description

Definition at line 131 of file blockencodings.h.

Constructor & Destructor Documentation

CBlockHeaderAndShortTxIDs::CBlockHeaderAndShortTxIDs ( )
inline

Definition at line 149 of file blockencodings.h.

CBlockHeaderAndShortTxIDs::CBlockHeaderAndShortTxIDs ( const CBlock block,
bool  fUseWTXID 
)

Definition at line 18 of file blockencodings.cpp.

Here is the call graph for this function:

Member Function Documentation

size_t CBlockHeaderAndShortTxIDs::BlockTxCount ( ) const
inline

Definition at line 155 of file blockencodings.h.

Here is the caller graph for this function:

void CBlockHeaderAndShortTxIDs::FillShortTxIDSelector ( ) const
private

Definition at line 30 of file blockencodings.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

uint64_t CBlockHeaderAndShortTxIDs::GetShortID ( const uint256 txhash) const

Definition at line 41 of file blockencodings.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 160 of file blockencodings.h.

Friends And Related Function Documentation

friend class PartiallyDownloadedBlock
friend

Definition at line 138 of file blockencodings.h.

Member Data Documentation

CBlockHeaderAndShortTxIDs::ADD_SERIALIZE_METHODS

Definition at line 157 of file blockencodings.h.

CBlockHeader CBlockHeaderAndShortTxIDs::header

Definition at line 146 of file blockencodings.h.

uint64_t CBlockHeaderAndShortTxIDs::nonce
private

Definition at line 134 of file blockencodings.h.

std::vector<PrefilledTransaction> CBlockHeaderAndShortTxIDs::prefilledtxn
protected

Definition at line 143 of file blockencodings.h.

uint64_t CBlockHeaderAndShortTxIDs::shorttxidk0
mutableprivate

Definition at line 133 of file blockencodings.h.

uint64_t CBlockHeaderAndShortTxIDs::shorttxidk1
mutableprivate

Definition at line 133 of file blockencodings.h.

std::vector<uint64_t> CBlockHeaderAndShortTxIDs::shorttxids
protected

Definition at line 142 of file blockencodings.h.

const int CBlockHeaderAndShortTxIDs::SHORTTXIDS_LENGTH = 6
staticprivate

Definition at line 140 of file blockencodings.h.


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