![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <ClientBase.h>
Public Member Functions | |
| ClientWatch () | |
| ClientWatch (h256 _id, Reaping _r) | |
Public Attributes | |
| h256 | id |
| LocalisedLogEntries | changes |
| std::chrono::system_clock::time_point | lastPoll = std::chrono::system_clock::now() |
Definition at line 53 of file ClientBase.h.
|
inline |
Definition at line 55 of file ClientBase.h.
Definition at line 56 of file ClientBase.h.
| LocalisedLogEntries dev::eth::ClientWatch::changes |
Definition at line 62 of file ClientBase.h.
| h256 dev::eth::ClientWatch::id |
Definition at line 58 of file ClientBase.h.
|
mutable |
Definition at line 64 of file ClientBase.h.