Bitcoin Core  27.99.0
P2P Digital Currency
Public Attributes | List of all members
IndexSummary Struct Reference

#include <base.h>

Collaboration diagram for IndexSummary:
[legend]

Public Attributes

std::string name
 
bool synced {false}
 
int best_block_height {0}
 
uint256 best_block_hash
 

Detailed Description

Definition at line 23 of file base.h.

Member Data Documentation

◆ best_block_hash

uint256 IndexSummary::best_block_hash

Definition at line 27 of file base.h.

◆ best_block_height

int IndexSummary::best_block_height {0}

Definition at line 26 of file base.h.

◆ name

std::string IndexSummary::name

Definition at line 24 of file base.h.

◆ synced

bool IndexSummary::synced {false}

Definition at line 25 of file base.h.


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