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

#include <monero_wallet_model.h>

Inheritance diagram for monero::monero_check:
monero::serializable_struct monero::monero_check_reserve monero::monero_check_tx

Public Member Functions

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_check > &check)
 
static std::shared_ptr< monero_checkdeserialize (const std::string &json)
 

Public Attributes

bool m_is_good
 

Detailed Description

Base class for results from checking a transaction or reserve proof.

Member Function Documentation

◆ to_rapidjson_val()

rapidjson::Value monero::monero_check::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_check_reserve, and monero::monero_check_tx.


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