20#ifndef RIPPLE_APP_MISC_VALIDATOR_KEYS_H_INCLUDED
21#define RIPPLE_APP_MISC_VALIDATOR_KEYS_H_INCLUDED
23#include <xrpl/beast/utility/Journal.h>
24#include <xrpl/protocol/PublicKey.h>
25#include <xrpl/protocol/SecretKey.h>
26#include <xrpl/protocol/UintTypes.h>
A generic endpoint for log messages.
Validator keys and manifest as set in configuration file.
bool configInvalid() const
std::optional< Keys > keys
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Keys(PublicKey const &masterPublic_, PublicKey const &public_, SecretKey const &secret_)
PublicKey masterPublicKey