Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
update_lock_points Struct Reference
#include <txmempool.h>
Collaboration diagram for update_lock_points:
Public Member Functions | |
update_lock_points (const LockPoints &_lp) | |
void | operator() (CTxMemPoolEntry &e) |
Private Attributes | |
const LockPoints & | lp |
Detailed Description
Definition at line 183 of file txmempool.h.
Constructor & Destructor Documentation
◆ update_lock_points()
|
inlineexplicit |
Definition at line 185 of file txmempool.h.
Member Function Documentation
◆ operator()()
|
inline |
Definition at line 187 of file txmempool.h.
References lp, and CTxMemPoolEntry::UpdateLockPoints().
Member Data Documentation
◆ lp
|
private |
Definition at line 190 of file txmempool.h.
Referenced by operator()().
The documentation for this struct was generated from the following file:
- src/txmempool.h