3#include <xrpld/app/main/Application.h>
5#include <xrpl/protocol/PublicKey.h>
6#include <xrpl/protocol/SecretKey.h>
8#include <boost/program_options.hpp>
18getNodeIdentity(Application& app, boost::program_options::variables_map
const& cmdline);
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
std::pair< PublicKey, SecretKey > getNodeIdentity(soci::session &session)
Returns a stable public and private key for this node.