Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

mempoolentry_txid Struct Reference

#include <txmempool.h>

Public Types

typedef uint256 result_type
 

Public Member Functions

result_type operator() (const CTxMemPoolEntry &entry) const
 
result_type operator() (const CTransactionRef &tx) const
 

Detailed Description

Definition at line 194 of file txmempool.h.

Member Typedef Documentation

◆ result_type

Definition at line 196 of file txmempool.h.

Member Function Documentation

◆ operator()() [1/2]

result_type mempoolentry_txid::operator() ( const CTxMemPoolEntry entry) const
inline

Definition at line 197 of file txmempool.h.

References CTransaction::GetHash(), and CTxMemPoolEntry::GetTx().

◆ operator()() [2/2]

result_type mempoolentry_txid::operator() ( const CTransactionRef tx) const
inline

Definition at line 202 of file txmempool.h.


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