Fabcoin Core  0.16.2
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 37 of file txmempool.h.

Constructor & Destructor Documentation

LockPoints::LockPoints ( )
inline

Definition at line 49 of file txmempool.h.

Member Data Documentation

int LockPoints::height

Definition at line 42 of file txmempool.h.

CBlockIndex* LockPoints::maxInputBlock

Definition at line 47 of file txmempool.h.

int64_t LockPoints::time

Definition at line 43 of file txmempool.h.


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