Monero C++ Library
Loading...
Searching...
No Matches
monero::monero_create_open_wallet_params Struct Reference
Inheritance diagram for monero::monero_create_open_wallet_params:
monero::serializable_struct

Public Member Functions

 monero_create_open_wallet_params (const boost::optional< std::string > &filename, const boost::optional< std::string > &password)
 
 monero_create_open_wallet_params (const boost::optional< std::string > &filename, const boost::optional< std::string > &password, const boost::optional< std::string > &language)
 
 monero_create_open_wallet_params (const boost::optional< std::string > &filename, const boost::optional< std::string > &password, const boost::optional< std::string > &seed, const boost::optional< std::string > &seed_offset, const boost::optional< uint64_t > &restore_height, const boost::optional< std::string > &language, const boost::optional< bool > &autosave_current, const boost::optional< bool > &enable_multisig_experimental)
 
 monero_create_open_wallet_params (const boost::optional< std::string > &filename, const boost::optional< std::string > &password, const boost::optional< std::string > &address, const boost::optional< std::string > &view_key, const boost::optional< std::string > &spend_key, const boost::optional< uint64_t > &restore_height, const boost::optional< bool > &autosave_current)
 
rapidjson::Value to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const override
 
- Public Member Functions inherited from monero::serializable_struct
std::string serialize () const
 

Public Attributes

boost::optional< std::string > m_filename
 
boost::optional< std::string > m_password
 
boost::optional< std::string > m_language
 
boost::optional< std::string > m_seed
 
boost::optional< std::string > m_seed_offset
 
boost::optional< uint64_t > m_restore_height
 
boost::optional< bool > m_autosave_current
 
boost::optional< bool > m_enable_multisig_experimental
 
boost::optional< std::string > m_address
 
boost::optional< std::string > m_view_key
 
boost::optional< std::string > m_spend_key
 

Member Function Documentation

◆ to_rapidjson_val()

rapidjson::Value monero::monero_create_open_wallet_params::to_rapidjson_val ( rapidjson::Document::AllocatorType & allocator) const
overridevirtual

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: