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

#include <txmempool.h>

Public Member Functions

 SaltedTxidHasher ()
 
size_t operator() (const uint256 &txid) const
 

Private Attributes

const uint64_t k0
 Salt. More...
 
const uint64_t k1
 

Detailed Description

Definition at line 379 of file txmempool.h.

Constructor & Destructor Documentation

SaltedTxidHasher::SaltedTxidHasher ( )

Definition at line 1080 of file txmempool.cpp.

Member Function Documentation

size_t SaltedTxidHasher::operator() ( const uint256 txid) const
inline

Definition at line 388 of file txmempool.h.

Here is the call graph for this function:

Member Data Documentation

const uint64_t SaltedTxidHasher::k0
private

Salt.

Definition at line 383 of file txmempool.h.

const uint64_t SaltedTxidHasher::k1
private

Definition at line 383 of file txmempool.h.


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