#include <monero_wallet_model.h>
|
|
static void | from_property_tree (const boost::property_tree::ptree &node, const std::shared_ptr< monero_subaddress > &subaddress) |
| |
|
|
boost::optional< uint32_t > | m_account_index |
| |
|
boost::optional< uint32_t > | m_index |
| |
|
boost::optional< std::string > | m_address |
| |
|
boost::optional< std::string > | m_label |
| |
|
boost::optional< uint64_t > | m_balance |
| |
|
boost::optional< uint64_t > | m_unlocked_balance |
| |
|
boost::optional< uint64_t > | m_num_unspent_outputs |
| |
|
boost::optional< bool > | m_is_used |
| |
|
boost::optional< uint64_t > | m_num_blocks_to_unlock |
| |
Models a Monero subaddress.
◆ to_rapidjson_val()
| rapidjson::Value monero::monero_subaddress::to_rapidjson_val |
( |
rapidjson::Document::AllocatorType & | allocator | ) |
const |
|
virtual |
Converts the struct to a rapidjson Value.
- Parameters
-
| allocator | is 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: