Monero C++ Library
|
#include <monero_daemon_model.h>
Public Member Functions | |
rapidjson::Value | to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const |
std::shared_ptr< monero_key_image > | copy (const std::shared_ptr< monero_key_image > &src, const std::shared_ptr< monero_key_image > &tgt) const |
void | merge (const std::shared_ptr< monero_key_image > &self, const std::shared_ptr< monero_key_image > &other) |
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_key_image > &key_image) |
static std::vector< std::shared_ptr< monero_key_image > > | deserialize_key_images (const std::string &key_images_json) |
Public Attributes | |
boost::optional< std::string > | m_hex |
boost::optional< std::string > | m_signature |
Models a Monero key image.
|
virtual |
Converts the struct to a rapidjson Value.
allocator | is the rapidjson document allocator |
Implements monero::serializable_struct.