Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <miner.h>
Public Member Functions | |
CTxMemPoolModifiedEntry (CTxMemPool::txiter entry) | |
int64_t | GetModifiedFee () const |
uint64_t | GetSizeWithAncestors () const |
CAmount | GetModFeesWithAncestors () const |
size_t | GetTxSize () const |
const CTransaction & | GetTx () const |
Public Attributes | |
CTxMemPool::txiter | iter |
uint64_t | nSizeWithAncestors |
CAmount | nModFeesWithAncestors |
unsigned int | nSigOpCountWithAncestors |
Detailed Description
Constructor & Destructor Documentation
◆ CTxMemPoolModifiedEntry()
|
inlineexplicit |
Definition at line 39 of file miner.h.
References iter, nModFeesWithAncestors, nSigOpCountWithAncestors, and nSizeWithAncestors.
Member Function Documentation
◆ GetModFeesWithAncestors()
|
inline |
Definition at line 49 of file miner.h.
References nModFeesWithAncestors.
◆ GetModifiedFee()
|
inline |
◆ GetSizeWithAncestors()
|
inline |
Definition at line 48 of file miner.h.
References nSizeWithAncestors.
◆ GetTx()
|
inline |
◆ GetTxSize()
|
inline |
Member Data Documentation
◆ iter
CTxMemPool::txiter CTxMemPoolModifiedEntry::iter |
Definition at line 53 of file miner.h.
Referenced by CTxMemPoolModifiedEntry(), GetModifiedFee(), GetTx(), GetTxSize(), and modifiedentry_iter::operator()().
◆ nModFeesWithAncestors
CAmount CTxMemPoolModifiedEntry::nModFeesWithAncestors |
Definition at line 55 of file miner.h.
Referenced by CTxMemPoolModifiedEntry(), GetModFeesWithAncestors(), update_for_parent_inclusion::operator()(), and BlockAssembler::UpdatePackagesForAdded().
◆ nSigOpCountWithAncestors
unsigned int CTxMemPoolModifiedEntry::nSigOpCountWithAncestors |
Definition at line 56 of file miner.h.
Referenced by CTxMemPoolModifiedEntry(), update_for_parent_inclusion::operator()(), and BlockAssembler::UpdatePackagesForAdded().
◆ nSizeWithAncestors
uint64_t CTxMemPoolModifiedEntry::nSizeWithAncestors |
Definition at line 54 of file miner.h.
Referenced by CTxMemPoolModifiedEntry(), GetSizeWithAncestors(), update_for_parent_inclusion::operator()(), and BlockAssembler::UpdatePackagesForAdded().
The documentation for this struct was generated from the following file:
- src/miner.h