Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::eth::ActivityReport Struct Reference

#include <Client.h>

Public Attributes

unsigned ticks = 0
 
std::chrono::system_clock::time_point since = std::chrono::system_clock::now()
 

Detailed Description

Definition at line 65 of file Client.h.

Member Data Documentation

◆ since

std::chrono::system_clock::time_point dev::eth::ActivityReport::since = std::chrono::system_clock::now()

Definition at line 68 of file Client.h.

◆ ticks

unsigned dev::eth::ActivityReport::ticks = 0

Definition at line 67 of file Client.h.


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