Bitcoin Core  22.99.0
P2P Digital Currency
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
 

Detailed Description

Definition at line 38 of file miner.h.

Constructor & Destructor Documentation

◆ CTxMemPoolModifiedEntry()

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

Definition at line 39 of file miner.h.

Member Function Documentation

◆ GetModFeesWithAncestors()

CAmount CTxMemPoolModifiedEntry::GetModFeesWithAncestors ( ) const
inline

Definition at line 49 of file miner.h.

◆ GetModifiedFee()

int64_t CTxMemPoolModifiedEntry::GetModifiedFee ( ) const
inline

Definition at line 47 of file miner.h.

◆ GetSizeWithAncestors()

uint64_t CTxMemPoolModifiedEntry::GetSizeWithAncestors ( ) const
inline

Definition at line 48 of file miner.h.

◆ GetTx()

const CTransaction& CTxMemPoolModifiedEntry::GetTx ( ) const
inline

Definition at line 51 of file miner.h.

◆ GetTxSize()

size_t CTxMemPoolModifiedEntry::GetTxSize ( ) const
inline

Definition at line 50 of file miner.h.

Member Data Documentation

◆ iter

CTxMemPool::txiter CTxMemPoolModifiedEntry::iter

Definition at line 53 of file miner.h.

◆ nModFeesWithAncestors

CAmount CTxMemPoolModifiedEntry::nModFeesWithAncestors

Definition at line 55 of file miner.h.

◆ nSigOpCostWithAncestors

int64_t CTxMemPoolModifiedEntry::nSigOpCostWithAncestors

Definition at line 56 of file miner.h.

◆ nSizeWithAncestors

uint64_t CTxMemPoolModifiedEntry::nSizeWithAncestors

Definition at line 54 of file miner.h.


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