Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
update_fee_delta Struct Reference
#include <txmempool.h>
Public Member Functions | |
update_fee_delta (int64_t _feeDelta) | |
void | operator() (CTxMemPoolEntry &e) |
Private Attributes | |
int64_t | feeDelta |
Detailed Description
Definition at line 173 of file txmempool.h.
Constructor & Destructor Documentation
◆ update_fee_delta()
|
inlineexplicit |
Definition at line 175 of file txmempool.h.
Member Function Documentation
◆ operator()()
|
inline |
Definition at line 177 of file txmempool.h.
References feeDelta, and CTxMemPoolEntry::UpdateFeeDelta().
Member Data Documentation
◆ feeDelta
|
private |
Definition at line 180 of file txmempool.h.
Referenced by operator()().
The documentation for this struct was generated from the following file:
- src/txmempool.h