Bitcoin Core  22.99.0
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
update_ancestor_state Struct Reference

Public Member Functions

 update_ancestor_state (int64_t _modifySize, CAmount _modifyFee, int64_t _modifyCount, int64_t _modifySigOpsCost)
 
void operator() (CTxMemPoolEntry &e)
 

Private Attributes

int64_t modifySize
 
CAmount modifyFee
 
int64_t modifyCount
 
int64_t modifySigOpsCost
 

Detailed Description

Definition at line 41 of file txmempool.cpp.

Constructor & Destructor Documentation

◆ update_ancestor_state()

update_ancestor_state::update_ancestor_state ( int64_t  _modifySize,
CAmount  _modifyFee,
int64_t  _modifyCount,
int64_t  _modifySigOpsCost 
)
inline

Definition at line 43 of file txmempool.cpp.

Member Function Documentation

◆ operator()()

void update_ancestor_state::operator() ( CTxMemPoolEntry e)
inline

Definition at line 47 of file txmempool.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ modifyCount

int64_t update_ancestor_state::modifyCount
private

Definition at line 53 of file txmempool.cpp.

◆ modifyFee

CAmount update_ancestor_state::modifyFee
private

Definition at line 52 of file txmempool.cpp.

◆ modifySigOpsCost

int64_t update_ancestor_state::modifySigOpsCost
private

Definition at line 54 of file txmempool.cpp.

◆ modifySize

int64_t update_ancestor_state::modifySize
private

Definition at line 51 of file txmempool.cpp.


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