|
Monero C++ Library
|
#include <monero_wallet_model.h>
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 |
Static Public Member Functions | |
| static void | from_property_tree (const boost::property_tree::ptree &node, const std::shared_ptr< monero_address_book_entry > &entry) |
| static std::shared_ptr< monero_address_book_entry > | deserialize (const std::string &json) |
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 |
Monero address book entry model.
|
virtual |
Converts the struct to a rapidjson Value.
| allocator | is the rapidjson document allocator |
Implements monero::serializable_struct.