Bitcoin ABC  0.26.3
P2P Digital Currency
Public Attributes | List of all members
interfaces::BlockTip Struct Reference

Block tip (could be a header or not, depends on the subscribed signal). More...

#include <node.h>

Collaboration diagram for interfaces::BlockTip:
[legend]

Public Attributes

int block_height
 
int64_t block_time
 
BlockHash block_hash
 

Detailed Description

Block tip (could be a header or not, depends on the subscribed signal).

Definition at line 269 of file node.h.

Member Data Documentation

◆ block_hash

BlockHash interfaces::BlockTip::block_hash

Definition at line 272 of file node.h.

◆ block_height

int interfaces::BlockTip::block_height

Definition at line 270 of file node.h.

◆ block_time

int64_t interfaces::BlockTip::block_time

Definition at line 271 of file node.h.


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