Electroneum
Public Attributes | List of all members
tools::wallet_rpc::COMMAND_RPC_SET_DAEMON::request_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Public Attributes

std::string address
 
bool trusted
 
std::string ssl_support
 
std::string ssl_private_key_path
 
std::string ssl_certificate_path
 
std::string ssl_ca_file
 
std::vector< std::string > ssl_allowed_fingerprints
 
bool ssl_allow_any_cert
 

Member Data Documentation

◆ address

std::string tools::wallet_rpc::COMMAND_RPC_SET_DAEMON::request_t::address

◆ ssl_allow_any_cert

bool tools::wallet_rpc::COMMAND_RPC_SET_DAEMON::request_t::ssl_allow_any_cert

◆ ssl_allowed_fingerprints

std::vector<std::string> tools::wallet_rpc::COMMAND_RPC_SET_DAEMON::request_t::ssl_allowed_fingerprints

◆ ssl_ca_file

std::string tools::wallet_rpc::COMMAND_RPC_SET_DAEMON::request_t::ssl_ca_file

◆ ssl_certificate_path

std::string tools::wallet_rpc::COMMAND_RPC_SET_DAEMON::request_t::ssl_certificate_path

◆ ssl_private_key_path

std::string tools::wallet_rpc::COMMAND_RPC_SET_DAEMON::request_t::ssl_private_key_path

◆ ssl_support

std::string tools::wallet_rpc::COMMAND_RPC_SET_DAEMON::request_t::ssl_support

◆ trusted

bool tools::wallet_rpc::COMMAND_RPC_SET_DAEMON::request_t::trusted

The documentation for this struct was generated from the following file: