Monero C++ Library
Loading...
Searching...
No Matches
monero::monero_rpc_key_image Struct Reference

#include <monero_wallet_rpc_model.h>

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

Public Member Functions

 monero_rpc_key_image (const std::shared_ptr< monero_key_image > &key_image)
 
rapidjson::Value to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const override
 
- Public Member Functions inherited from monero::monero_key_image
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
 

Additional Inherited Members

- Static Public Member Functions inherited from monero::monero_key_image
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 inherited from monero::monero_key_image
boost::optional< std::string > m_hex
 
boost::optional< std::string > m_signature
 

Detailed Description

Models a RPC Monero key image.

Member Function Documentation

◆ to_rapidjson_val()

rapidjson::Value monero::monero_rpc_key_image::to_rapidjson_val ( rapidjson::Document::AllocatorType & allocator) const
overridevirtual

Converts the struct to a rapidjson Value.

Parameters
allocatoris the rapidjson document allocator
Returns
the struct as a rapidjson Value

Reimplemented from monero::monero_key_image.


The documentation for this struct was generated from the following files: