Dash Core  0.12.2.1
P2P Digital Currency
LockPoints Struct Reference

#include <txmempool.h>

Public Member Functions

 LockPoints ()
 

Public Attributes

int height
 
int64_t time
 
CBlockIndexmaxInputBlock
 

Detailed Description

Definition at line 42 of file txmempool.h.

Constructor & Destructor Documentation

◆ LockPoints()

LockPoints::LockPoints ( )
inline

Definition at line 54 of file txmempool.h.

Member Data Documentation

◆ height

int LockPoints::height

Definition at line 47 of file txmempool.h.

Referenced by CheckSequenceLocks().

◆ maxInputBlock

CBlockIndex* LockPoints::maxInputBlock

Definition at line 52 of file txmempool.h.

Referenced by CheckSequenceLocks(), and TestLockPointValidity().

◆ time

int64_t LockPoints::time

Definition at line 48 of file txmempool.h.

Referenced by CheckSequenceLocks().


The documentation for this struct was generated from the following file: