![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <txmempool.h>
Public Member Functions | |
LockPoints () | |
Public Attributes | |
int | height |
int64_t | time |
CBlockIndex * | maxInputBlock |
Definition at line 42 of file txmempool.h.
|
inline |
Definition at line 54 of file txmempool.h.
int LockPoints::height |
Definition at line 47 of file txmempool.h.
Referenced by CheckSequenceLocks().
CBlockIndex* LockPoints::maxInputBlock |
Definition at line 52 of file txmempool.h.
Referenced by CheckSequenceLocks(), and TestLockPointValidity().
int64_t LockPoints::time |
Definition at line 48 of file txmempool.h.
Referenced by CheckSequenceLocks().