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

#include <monero_wallet_model.h>

Inheritance diagram for monero::monero_subaddress:
monero::serializable_struct

Public Member Functions

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

Public Attributes

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
 

Detailed Description

Models a Monero subaddress.

Member Function Documentation

◆ 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
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: