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

#include <txmempool.h>

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
 

Constructor & Destructor Documentation

◆ update_ancestor_state()

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

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ modifyCount

int64_t update_ancestor_state::modifyCount
private

◆ modifyFee

CAmount update_ancestor_state::modifyFee
private

◆ modifySigOpsCost

int64_t update_ancestor_state::modifySigOpsCost
private

◆ modifySize

int64_t update_ancestor_state::modifySize
private

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