BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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 36 of file txmempool.h.

Constructor & Destructor Documentation

◆ LockPoints()

LockPoints::LockPoints ( )
inline

Definition at line 48 of file txmempool.h.

Member Data Documentation

◆ height

int LockPoints::height

Definition at line 41 of file txmempool.h.

◆ maxInputBlock

CBlockIndex* LockPoints::maxInputBlock

Definition at line 46 of file txmempool.h.

◆ time

int64_t LockPoints::time

Definition at line 42 of file txmempool.h.


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