Electroneum
tools::wallet_rpc::COMMAND_RPC_RESTORE_DETERMINISTIC_WALLET::request_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_RESTORE_DETERMINISTIC_WALLET::request_t:

Public Attributes

uint64_t restore_height
 
std::string filename
 
std::string seed
 
std::string seed_offset
 
std::string password
 
std::string language
 
bool autosave_current
 

Detailed Description

Definition at line 2171 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ autosave_current

bool tools::wallet_rpc::COMMAND_RPC_RESTORE_DETERMINISTIC_WALLET::request_t::autosave_current

Definition at line 2179 of file wallet_rpc_server_commands_defs.h.

◆ filename

std::string tools::wallet_rpc::COMMAND_RPC_RESTORE_DETERMINISTIC_WALLET::request_t::filename

Definition at line 2174 of file wallet_rpc_server_commands_defs.h.

◆ language

std::string tools::wallet_rpc::COMMAND_RPC_RESTORE_DETERMINISTIC_WALLET::request_t::language

Definition at line 2178 of file wallet_rpc_server_commands_defs.h.

◆ password

std::string tools::wallet_rpc::COMMAND_RPC_RESTORE_DETERMINISTIC_WALLET::request_t::password

Definition at line 2177 of file wallet_rpc_server_commands_defs.h.

◆ restore_height

uint64_t tools::wallet_rpc::COMMAND_RPC_RESTORE_DETERMINISTIC_WALLET::request_t::restore_height

Definition at line 2173 of file wallet_rpc_server_commands_defs.h.

◆ seed

std::string tools::wallet_rpc::COMMAND_RPC_RESTORE_DETERMINISTIC_WALLET::request_t::seed

Definition at line 2175 of file wallet_rpc_server_commands_defs.h.

◆ seed_offset

std::string tools::wallet_rpc::COMMAND_RPC_RESTORE_DETERMINISTIC_WALLET::request_t::seed_offset

Definition at line 2176 of file wallet_rpc_server_commands_defs.h.


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