Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
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 30 of file base.h.

Member Data Documentation

◆ best_block_hash

uint256 IndexSummary::best_block_hash

Definition at line 34 of file base.h.

◆ best_block_height

int IndexSummary::best_block_height {0}

Definition at line 33 of file base.h.

◆ name

std::string IndexSummary::name

Definition at line 31 of file base.h.

◆ synced

bool IndexSummary::synced {false}

Definition at line 32 of file base.h.


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