|
Electroneum
|
#include <wallet_rpc_server_commands_defs.h>

Public Attributes | |
| uint64_t | restore_height |
| std::string | filename |
| std::string | address |
| std::string | spendkey |
| std::string | viewkey |
| std::string | password |
| bool | autosave_current |
Definition at line 2136 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_GENERATE_FROM_KEYS::request::address |
Definition at line 2140 of file wallet_rpc_server_commands_defs.h.
| bool tools::wallet_rpc::COMMAND_RPC_GENERATE_FROM_KEYS::request::autosave_current |
Definition at line 2144 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_GENERATE_FROM_KEYS::request::filename |
Definition at line 2139 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_GENERATE_FROM_KEYS::request::password |
Definition at line 2143 of file wallet_rpc_server_commands_defs.h.
| uint64_t tools::wallet_rpc::COMMAND_RPC_GENERATE_FROM_KEYS::request::restore_height |
Definition at line 2138 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_GENERATE_FROM_KEYS::request::spendkey |
Definition at line 2141 of file wallet_rpc_server_commands_defs.h.
| std::string tools::wallet_rpc::COMMAND_RPC_GENERATE_FROM_KEYS::request::viewkey |
Definition at line 2142 of file wallet_rpc_server_commands_defs.h.