|
rippled
|

Public Member Functions | |
| ValidatorToken (ValidatorToken const &)=delete | |
| ValidatorToken (ValidatorToken &&other)=default | |
Static Public Member Functions | |
| static boost::optional< ValidatorToken > | make_ValidatorToken (std::vector< std::string > const &tokenBlob) |
Public Attributes | |
| std::string | manifest |
| SecretKey | validationSecret |
Private Member Functions | |
| ValidatorToken (std::string const &m, SecretKey const &valSecret) | |
Definition at line 166 of file Manifest.h.
|
private |
Definition at line 236 of file app/misc/impl/Manifest.cpp.
|
delete |
|
default |
|
static |
Definition at line 243 of file app/misc/impl/Manifest.cpp.
| std::string ripple::ValidatorToken::manifest |
Definition at line 168 of file Manifest.h.
| SecretKey ripple::ValidatorToken::validationSecret |
Definition at line 169 of file Manifest.h.
1.8.17