Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
interfaces::BlockRef Struct Reference

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

#include <types.h>

Collaboration diagram for interfaces::BlockRef:
[legend]

Public Attributes

uint256 hash
int height = -1

Detailed Description

Hash/height pair to help track and identify blocks.

Definition at line 13 of file types.h.

Member Data Documentation

◆ hash

uint256 interfaces::BlockRef::hash

Definition at line 14 of file types.h.

◆ height

int interfaces::BlockRef::height = -1

Definition at line 15 of file types.h.


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