Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
interfaces::BlockAndHeaderTipInfo Struct Reference

Block and header tip information. More...

#include <node.h>

Public Attributes

int block_height
 
int64_t block_time
 
int header_height
 
int64_t header_time
 
double verification_progress
 

Detailed Description

Block and header tip information.

Definition at line 49 of file node.h.

Member Data Documentation

◆ block_height

int interfaces::BlockAndHeaderTipInfo::block_height

Definition at line 51 of file node.h.

◆ block_time

int64_t interfaces::BlockAndHeaderTipInfo::block_time

Definition at line 52 of file node.h.

◆ header_height

int interfaces::BlockAndHeaderTipInfo::header_height

Definition at line 53 of file node.h.

◆ header_time

int64_t interfaces::BlockAndHeaderTipInfo::header_time

Definition at line 54 of file node.h.

◆ verification_progress

double interfaces::BlockAndHeaderTipInfo::verification_progress

Definition at line 55 of file node.h.


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