Bitcoin
Public Member Functions | Public Attributes | List of all members
CTxMemPoolModifiedEntry Struct Reference

#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 CTransactionGetTx () const
 

Public Attributes

CTxMemPool::txiter iter
 
uint64_t nSizeWithAncestors
 
CAmount nModFeesWithAncestors
 
int64_t nSigOpCostWithAncestors
 

Constructor & Destructor Documentation

◆ CTxMemPoolModifiedEntry()

CTxMemPoolModifiedEntry::CTxMemPoolModifiedEntry ( CTxMemPool::txiter  entry)
inlineexplicit

Member Function Documentation

◆ GetModFeesWithAncestors()

CAmount CTxMemPoolModifiedEntry::GetModFeesWithAncestors ( ) const
inline

◆ GetModifiedFee()

int64_t CTxMemPoolModifiedEntry::GetModifiedFee ( ) const
inline

◆ GetSizeWithAncestors()

uint64_t CTxMemPoolModifiedEntry::GetSizeWithAncestors ( ) const
inline

◆ GetTx()

const CTransaction& CTxMemPoolModifiedEntry::GetTx ( ) const
inline

◆ GetTxSize()

size_t CTxMemPoolModifiedEntry::GetTxSize ( ) const
inline

Member Data Documentation

◆ iter

CTxMemPool::txiter CTxMemPoolModifiedEntry::iter

◆ nModFeesWithAncestors

CAmount CTxMemPoolModifiedEntry::nModFeesWithAncestors

◆ nSigOpCostWithAncestors

int64_t CTxMemPoolModifiedEntry::nSigOpCostWithAncestors

◆ nSizeWithAncestors

uint64_t CTxMemPoolModifiedEntry::nSizeWithAncestors

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