|
Electroneum
|
struct for loading a checkpoint from json More...

Public Attributes | |
| uint64_t | height |
| the height of the checkpoint More... | |
| std::string | hash |
| the hash for the checkpoint More... | |
struct for loading a checkpoint from json
Definition at line 51 of file checkpoints.cpp.
| std::string cryptonote::t_hashline::hash |
the hash for the checkpoint
Definition at line 54 of file checkpoints.cpp.
| uint64_t cryptonote::t_hashline::height |
the height of the checkpoint
Definition at line 53 of file checkpoints.cpp.