Electroneum
tools::wallet_rpc::COMMAND_RPC_SET_DAEMON::request_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_SET_DAEMON::request_t:

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
 

Detailed Description

Definition at line 2485 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ address

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

Definition at line 2487 of file wallet_rpc_server_commands_defs.h.

◆ ssl_allow_any_cert

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

Definition at line 2494 of file wallet_rpc_server_commands_defs.h.

◆ ssl_allowed_fingerprints

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

Definition at line 2493 of file wallet_rpc_server_commands_defs.h.

◆ ssl_ca_file

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

Definition at line 2492 of file wallet_rpc_server_commands_defs.h.

◆ ssl_certificate_path

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

Definition at line 2491 of file wallet_rpc_server_commands_defs.h.

◆ ssl_private_key_path

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

Definition at line 2490 of file wallet_rpc_server_commands_defs.h.

◆ ssl_support

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

Definition at line 2489 of file wallet_rpc_server_commands_defs.h.

◆ trusted

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

Definition at line 2488 of file wallet_rpc_server_commands_defs.h.


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