PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
CTxMemPoolModifiedEntry Struct Reference

#include <blockassembler.h>

Public Member Functions

 CTxMemPoolModifiedEntry (CTxMemPool::txiter entry)
 

Public Attributes

CTxMemPool::txiter iter
 
uint64_t nSizeWithAncestors
 
CAmount nModFeesWithAncestors
 
unsigned int nSigOpCountWithAncestors
 

Detailed Description

Definition at line 36 of file blockassembler.h.

Constructor & Destructor Documentation

◆ CTxMemPoolModifiedEntry()

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

Definition at line 37 of file blockassembler.h.

Member Data Documentation

◆ iter

CTxMemPool::txiter CTxMemPoolModifiedEntry::iter

Definition at line 45 of file blockassembler.h.

◆ nModFeesWithAncestors

CAmount CTxMemPoolModifiedEntry::nModFeesWithAncestors

Definition at line 47 of file blockassembler.h.

◆ nSigOpCountWithAncestors

unsigned int CTxMemPoolModifiedEntry::nSigOpCountWithAncestors

Definition at line 48 of file blockassembler.h.

◆ nSizeWithAncestors

uint64_t CTxMemPoolModifiedEntry::nSizeWithAncestors

Definition at line 46 of file blockassembler.h.


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