|
Electroneum
|
#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 |
Definition at line 2485 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_SET_DAEMON::request_t::address |
Definition at line 2487 of file wallet_rpc_server_commands_defs.h.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| bool tools::wallet_rpc::COMMAND_RPC_SET_DAEMON::request_t::trusted |
Definition at line 2488 of file wallet_rpc_server_commands_defs.h.