Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
LockPoints Struct Reference

#include <mempool_entry.h>

Collaboration diagram for LockPoints:
[legend]

Public Attributes

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

Detailed Description

Definition at line 26 of file mempool_entry.h.

Member Data Documentation

◆ height

int LockPoints::height {0}

Definition at line 30 of file mempool_entry.h.

◆ maxInputBlock

CBlockIndex* LockPoints::maxInputBlock {nullptr}

Definition at line 35 of file mempool_entry.h.

◆ time

int64_t LockPoints::time {0}

Definition at line 31 of file mempool_entry.h.


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