|
Monero C++ Library
|
#include <monero_wallet_model.h>
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 void | from_property_tree (const boost::property_tree::ptree &node, const std::shared_ptr< monero_wallet_config > &config) |
| static std::shared_ptr< monero_wallet_config > | deserialize (const std::string &config_json) |
Public Attributes | |
| boost::optional< std::string > | m_path |
| boost::optional< std::string > | m_password |
| boost::optional< monero_network_type > | m_network_type |
| std::shared_ptr< monero_rpc_connection > | m_server |
| boost::optional< bool > | m_is_trusted_daemon |
| 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 |
| boost::optional< bool > | m_regtest |
Configures a wallet to create.
|
virtual |
Converts the struct to a rapidjson Value.
| allocator | is the rapidjson document allocator |
Implements monero::serializable_struct.