#include <validators.h>
◆ Validator() [1/2]
| electroneum::basic::Validator::Validator |
( |
| ) |
|
|
default |
◆ Validator() [2/2]
| electroneum::basic::Validator::Validator |
( |
const string & |
publicKey, |
|
|
uint64_t |
startHeight, |
|
|
uint64_t |
endHeight |
|
) |
| |
◆ getEndHeight()
| const uint64_t electroneum::basic::Validator::getEndHeight |
( |
| ) |
|
|
inline |
◆ getPublicKey()
| const string electroneum::basic::Validator::getPublicKey |
( |
| ) |
|
|
inline |
◆ getStartHeight()
| const uint64_t electroneum::basic::Validator::getStartHeight |
( |
| ) |
|
|
inline |
◆ isWithinRange()
| bool electroneum::basic::Validator::isWithinRange |
( |
uint64_t |
height | ) |
|
|
inline |
◆ setEndHeight()
| void electroneum::basic::Validator::setEndHeight |
( |
uint64_t |
end_height | ) |
|
|
inline |
◆ endHeight
| uint64_t electroneum::basic::Validator::endHeight |
|
private |
◆ publicKey
| string electroneum::basic::Validator::publicKey |
|
private |
◆ startHeight
| uint64_t electroneum::basic::Validator::startHeight |
|
private |
The documentation for this class was generated from the following files: