Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

WalletTxHasher Struct Reference

#include <wallet.h>

+ Collaboration diagram for WalletTxHasher:

Public Member Functions

size_t operator() (const CWalletTx *a) const
 

Public Attributes

StaticSaltedHasher h
 

Detailed Description

Definition at line 518 of file wallet.h.

Member Function Documentation

◆ operator()()

size_t WalletTxHasher::operator() ( const CWalletTx a) const
inline

Definition at line 521 of file wallet.h.

References CMerkleTx::GetHash(), and h.

Member Data Documentation

◆ h

StaticSaltedHasher WalletTxHasher::h

Definition at line 520 of file wallet.h.

Referenced by operator()().


The documentation for this struct was generated from the following file:
Released under the MIT license