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

#include <monero_wallet_model.h>

Inheritance diagram for monero::monero_address_book_entry:
monero::serializable_struct

Public Member Functions

 monero_address_book_entry (uint64_t index, const std::string &address, const std::string &description)
 
 monero_address_book_entry (uint64_t index, const std::string &address, const std::string &description, const std::string &payment_id)
 
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< uint64_t > m_index
 
boost::optional< std::string > m_address
 
boost::optional< std::string > m_description
 
boost::optional< std::string > m_payment_id
 

Detailed Description

Monero address book entry model.

Member Function Documentation

◆ to_rapidjson_val()

rapidjson::Value monero::monero_address_book_entry::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: