rippled
Loading...
Searching...
No Matches
NodeIdentity.h
1#pragma once
2
3#include <xrpld/app/main/Application.h>
4
5#include <xrpl/protocol/PublicKey.h>
6#include <xrpl/protocol/SecretKey.h>
7
8#include <boost/program_options.hpp>
9
10namespace xrpl {
11
18getNodeIdentity(Application& app, boost::program_options::variables_map const& cmdline);
19
20} // namespace xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
std::pair< PublicKey, SecretKey > getNodeIdentity(soci::session &session)
Returns a stable public and private key for this node.
Definition Wallet.cpp:102