Monero C++ Library
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
monero::monero_wallet_config Struct Reference

#include <monero_wallet_model.h>

Inheritance diagram for monero::monero_wallet_config:
monero::serializable_struct

Public Member Functions

 monero_wallet_config (const monero_wallet_config &config)
 
monero_wallet_config copy () const
 
rapidjson::Value to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const
 
- Public Member Functions inherited from monero::serializable_struct
std::string serialize () const
 

Static Public Member Functions

static std::shared_ptr< monero_wallet_configdeserialize (const std::string &config_json)
 

Public Attributes

boost::optional< std::string > m_path
 
boost::optional< std::string > m_password
 
boost::optional< monero_network_typem_network_type
 
boost::optional< monero_rpc_connectionm_server
 
boost::optional< std::string > m_seed
 
boost::optional< std::string > m_seed_offset
 
boost::optional< std::string > m_primary_address
 
boost::optional< std::string > m_private_view_key
 
boost::optional< std::string > m_private_spend_key
 
boost::optional< uint64_t > m_restore_height
 
boost::optional< std::string > m_language
 
boost::optional< bool > m_save_current
 
boost::optional< uint64_t > m_account_lookahead
 
boost::optional< uint64_t > m_subaddress_lookahead
 
boost::optional< bool > m_is_multisig
 

Detailed Description

Configures a wallet to create.

Member Function Documentation

◆ to_rapidjson_val()

rapidjson::Value monero::monero_wallet_config::to_rapidjson_val ( rapidjson::Document::AllocatorType & allocator) const
virtual

Converts the struct to a rapidjson Value.

Parameters
allocatoris the rapidjson document allocator
Returns
the struct as a rapidjson Value

Implements monero::serializable_struct.


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