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

#include <monero_wallet_model.h>

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

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
 

Public Attributes

boost::optional< uint64_t > m_total_amount
 
boost::optional< uint64_t > m_unconfirmed_spent_amount
 
- Public Attributes inherited from monero::monero_check
bool m_is_good
 

Detailed Description

Results from checking a reserve proof.

Member Function Documentation

◆ to_rapidjson_val()

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

Reimplemented from monero::monero_check.


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