Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
mempoolentry_txid Struct Reference

#include <txmempool.h>

Public Types

typedef Txid result_type

Public Member Functions

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

Detailed Description

Definition at line 66 of file txmempool.h.

Member Typedef Documentation

◆ result_type

Definition at line 68 of file txmempool.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 74 of file txmempool.h.

◆ operator()() [2/2]

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

Definition at line 69 of file txmempool.h.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: