Describes the progress of a mining operation.
More...
#include <Common.h>
|
uint64_t | hashes = 0 |
| Total number of hashes computed. More...
|
|
uint64_t | ms = 0 |
| Total number of milliseconds of mining thus far. More...
|
|
Describes the progress of a mining operation.
Definition at line 205 of file Common.h.
u256 dev::eth::WorkingProgress::rate |
( |
| ) |
const |
|
inline |
uint64_t dev::eth::WorkingProgress::hashes = 0 |
Total number of hashes computed.
Definition at line 208 of file Common.h.
uint64_t dev::eth::WorkingProgress::ms = 0 |
Total number of milliseconds of mining thus far.
Definition at line 209 of file Common.h.
The documentation for this struct was generated from the following file: