Bitcoin Core  27.99.0
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
 
uint256 block_hash
 

Detailed Description

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

Definition at line 276 of file node.h.

Member Data Documentation

◆ block_hash

uint256 interfaces::BlockTip::block_hash

Definition at line 279 of file node.h.

◆ block_height

int interfaces::BlockTip::block_height

Definition at line 277 of file node.h.

◆ block_time

int64_t interfaces::BlockTip::block_time

Definition at line 278 of file node.h.


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