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

Hash/height pair to help track and identify blocks. More...

#include <chain.h>

Collaboration diagram for interfaces::BlockKey:
[legend]

Public Attributes

uint256 hash
 
int height = -1
 

Detailed Description

Hash/height pair to help track and identify blocks.

Definition at line 45 of file chain.h.

Member Data Documentation

◆ hash

uint256 interfaces::BlockKey::hash

Definition at line 46 of file chain.h.

◆ height

int interfaces::BlockKey::height = -1

Definition at line 47 of file chain.h.


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