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()
|
inline |
Definition at line 144 of file txmempool.h.
Member Function Documentation
◆ operator()()
|
inline |
Definition at line 148 of file txmempool.h.
References modifyCount, modifyFee, modifySize, and CTxMemPoolEntry::UpdateDescendantState().
Member Data Documentation
◆ modifyCount
|
private |
Definition at line 154 of file txmempool.h.
Referenced by operator()().
◆ modifyFee
|
private |
Definition at line 153 of file txmempool.h.
Referenced by operator()().
◆ modifySize
|
private |
Definition at line 152 of file txmempool.h.
Referenced by operator()().
The documentation for this struct was generated from the following file:
- src/txmempool.h