Raven Core  3.0.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
LockPoints Struct Reference

#include <txmempool.h>

Collaboration diagram for LockPoints:
[legend]

Public Member Functions

 LockPoints ()
 

Public Attributes

int height
 
int64_t time
 
CBlockIndexmaxInputBlock
 

Detailed Description

Definition at line 39 of file txmempool.h.

Constructor & Destructor Documentation

◆ LockPoints()

LockPoints::LockPoints ( )
inline

Definition at line 51 of file txmempool.h.

Member Data Documentation

◆ height

int LockPoints::height

Definition at line 44 of file txmempool.h.

◆ maxInputBlock

CBlockIndex* LockPoints::maxInputBlock

Definition at line 49 of file txmempool.h.

◆ time

int64_t LockPoints::time

Definition at line 45 of file txmempool.h.


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