Raven Core  3.0.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)
 

Public Attributes

CTxMemPool::txiter iter
 
uint64_t nSizeWithAncestors
 
CAmount nModFeesWithAncestors
 
int64_t nSigOpCostWithAncestors
 

Detailed Description

Definition at line 36 of file miner.h.

Constructor & Destructor Documentation

◆ CTxMemPoolModifiedEntry()

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

Definition at line 37 of file miner.h.

Member Data Documentation

◆ iter

CTxMemPool::txiter CTxMemPoolModifiedEntry::iter

Definition at line 45 of file miner.h.

◆ nModFeesWithAncestors

CAmount CTxMemPoolModifiedEntry::nModFeesWithAncestors

Definition at line 47 of file miner.h.

◆ nSigOpCostWithAncestors

int64_t CTxMemPoolModifiedEntry::nSigOpCostWithAncestors

Definition at line 48 of file miner.h.

◆ nSizeWithAncestors

uint64_t CTxMemPoolModifiedEntry::nSizeWithAncestors

Definition at line 46 of file miner.h.


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