Bitcoin ABC  0.26.3
P2P Digital Currency
Public Attributes | List of all members
LockPoints Struct Reference

#include <txmempool.h>

Collaboration diagram for LockPoints:
[legend]

Public Attributes

int height {0}
 
int64_t time {0}
 
CBlockIndexmaxInputBlock {nullptr}
 

Detailed Description

Definition at line 45 of file txmempool.h.

Member Data Documentation

◆ height

int LockPoints::height {0}

Definition at line 49 of file txmempool.h.

◆ maxInputBlock

CBlockIndex* LockPoints::maxInputBlock {nullptr}

Definition at line 54 of file txmempool.h.

◆ time

int64_t LockPoints::time {0}

Definition at line 50 of file txmempool.h.


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