Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

modifiedentry_iter Struct Reference

#include <miner.h>

Public Types

typedef CTxMemPool::txiter result_type
 

Public Member Functions

result_type operator() (const CTxMemPoolModifiedEntry &entry) const
 

Detailed Description

Definition at line 71 of file miner.h.

Member Typedef Documentation

◆ result_type

Definition at line 72 of file miner.h.

Member Function Documentation

◆ operator()()

result_type modifiedentry_iter::operator() ( const CTxMemPoolModifiedEntry entry) const
inline

Definition at line 73 of file miner.h.

References CTxMemPoolModifiedEntry::iter.


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