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

#include <monero_daemon_model.h>

Inheritance diagram for monero::monero_key_image:
monero::serializable_struct

Public Member Functions

rapidjson::Value to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const
 
std::shared_ptr< monero_key_imagecopy (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
 

Detailed Description

Models a Monero key image.

Member Function Documentation

◆ to_rapidjson_val()

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