Bitcoin ABC  0.28.12
P2P Digital Currency
Public Types | Public Member Functions | List of all members
mempoolentry_txid Struct Reference

#include <txmempool.h>

Public Types

typedef TxId result_type
 

Public Member Functions

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

Detailed Description

Definition at line 48 of file txmempool.h.

Member Typedef Documentation

◆ result_type

Definition at line 49 of file txmempool.h.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 55 of file txmempool.h.

◆ operator()() [2/2]

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

Definition at line 51 of file txmempool.h.


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