Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

update_descendant_state Struct Reference

#include <txmempool.h>

Public Member Functions

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

Private Attributes

int64_t modifySize
 
CAmount modifyFee
 
int64_t modifyCount
 

Detailed Description

Definition at line 142 of file txmempool.h.

Constructor & Destructor Documentation

◆ update_descendant_state()

update_descendant_state::update_descendant_state ( int64_t  _modifySize,
CAmount  _modifyFee,
int64_t  _modifyCount 
)
inline

Definition at line 144 of file txmempool.h.

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ modifyCount

int64_t update_descendant_state::modifyCount
private

Definition at line 154 of file txmempool.h.

Referenced by operator()().

◆ modifyFee

CAmount update_descendant_state::modifyFee
private

Definition at line 153 of file txmempool.h.

Referenced by operator()().

◆ modifySize

int64_t update_descendant_state::modifySize
private

Definition at line 152 of file txmempool.h.

Referenced by operator()().


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