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

#include <monero_daemon_model.h>

Inheritance diagram for monero::monero_output:
monero::serializable_struct monero::monero_output_wallet monero::monero_output_query

Public Member Functions

rapidjson::Value to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const
 
std::shared_ptr< monero_outputcopy (const std::shared_ptr< monero_output > &src, const std::shared_ptr< monero_output > &tgt) const
 
virtual void merge (const std::shared_ptr< monero_output > &self, const std::shared_ptr< monero_output > &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_output > &output)
 

Public Attributes

std::shared_ptr< monero_txm_tx
 
boost::optional< std::shared_ptr< monero_key_image > > m_key_image
 
boost::optional< uint64_t > m_amount
 
boost::optional< uint64_t > m_index
 
std::vector< uint64_t > m_ring_output_indices
 
boost::optional< std::string > m_stealth_public_key
 

Detailed Description

Models a Monero transaction output.

Member Function Documentation

◆ to_rapidjson_val()

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

Reimplemented in monero::monero_output_wallet, and monero::monero_output_query.


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