Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

update_ancestor_state Struct Reference

#include <txmempool.h>

Public Member Functions

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

Private Attributes

int64_t modifySize
 
CAmount modifyFee
 
int64_t modifyCount
 
int modifySigOps
 

Detailed Description

Definition at line 157 of file txmempool.h.

Constructor & Destructor Documentation

◆ update_ancestor_state()

update_ancestor_state::update_ancestor_state ( int64_t  _modifySize,
CAmount  _modifyFee,
int64_t  _modifyCount,
int  _modifySigOps 
)
inline

Definition at line 159 of file txmempool.h.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ modifyCount

int64_t update_ancestor_state::modifyCount
private

Definition at line 169 of file txmempool.h.

Referenced by operator()().

◆ modifyFee

CAmount update_ancestor_state::modifyFee
private

Definition at line 168 of file txmempool.h.

Referenced by operator()().

◆ modifySigOps

int update_ancestor_state::modifySigOps
private

Definition at line 170 of file txmempool.h.

Referenced by operator()().

◆ modifySize

int64_t update_ancestor_state::modifySize
private

Definition at line 167 of file txmempool.h.

Referenced by operator()().


The documentation for this struct was generated from the following file:
Released under the MIT license