#include <monero_wallet_model.h>
|
boost::optional< uint32_t > | m_index |
|
boost::optional< std::string > | m_primary_address |
|
boost::optional< uint64_t > | m_balance |
|
boost::optional< uint64_t > | m_unlocked_balance |
|
boost::optional< std::string > | m_tag |
|
std::vector< monero_subaddress > | m_subaddresses |
|
◆ to_rapidjson_val()
rapidjson::Value monero::monero_account::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: