Bitcoin ABC 0.31.1
P2P Digital Currency
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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}
 
BlockHash best_block_hash {}
 

Detailed Description

Definition at line 20 of file base.h.

Member Data Documentation

◆ best_block_hash

BlockHash IndexSummary::best_block_hash {}

Definition at line 24 of file base.h.

◆ best_block_height

int IndexSummary::best_block_height {0}

Definition at line 23 of file base.h.

◆ name

std::string IndexSummary::name

Definition at line 21 of file base.h.

◆ synced

bool IndexSummary::synced {false}

Definition at line 22 of file base.h.


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