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()
|
inline |
Definition at line 159 of file txmempool.h.
Member Function Documentation
◆ operator()()
|
inline |
Definition at line 163 of file txmempool.h.
References modifyCount, modifyFee, modifySigOps, modifySize, and CTxMemPoolEntry::UpdateAncestorState().
Member Data Documentation
◆ modifyCount
|
private |
Definition at line 169 of file txmempool.h.
Referenced by operator()().
◆ modifyFee
|
private |
Definition at line 168 of file txmempool.h.
Referenced by operator()().
◆ modifySigOps
|
private |
Definition at line 170 of file txmempool.h.
Referenced by operator()().
◆ modifySize
|
private |
Definition at line 167 of file txmempool.h.
Referenced by operator()().
The documentation for this struct was generated from the following file:
- src/txmempool.h