Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
LockPoints Struct Reference
#include <txmempool.h>
Collaboration diagram for LockPoints:
Public Member Functions | |
LockPoints () | |
Public Attributes | |
int | height |
int64_t | time |
CBlockIndex * | maxInputBlock |
Detailed Description
Definition at line 40 of file txmempool.h.
Constructor & Destructor Documentation
◆ LockPoints()
|
inline |
Definition at line 52 of file txmempool.h.
Member Data Documentation
◆ height
int LockPoints::height |
Definition at line 45 of file txmempool.h.
Referenced by CheckSequenceLocks().
◆ maxInputBlock
CBlockIndex* LockPoints::maxInputBlock |
Definition at line 50 of file txmempool.h.
Referenced by CheckSequenceLocks(), and TestLockPointValidity().
◆ time
int64_t LockPoints::time |
Definition at line 46 of file txmempool.h.
Referenced by CheckSequenceLocks().
The documentation for this struct was generated from the following file:
- src/txmempool.h