Monero C++ Library
Loading...
Searching...
No Matches
monero::monero_get_balance_params Struct Reference
Inheritance diagram for monero::monero_get_balance_params:
monero::serializable_struct

Public Member Functions

 monero_get_balance_params (bool all_accounts, bool strict=false)
 
 monero_get_balance_params (uint32_t account_idx, const std::vector< uint32_t > &address_indices, bool all_accounts=false, bool strict=false)
 
 monero_get_balance_params (uint32_t account_idx, boost::optional< uint32_t > address_idx, bool all_accounts=false, bool strict=false)
 
rapidjson::Value to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const override
 
- Public Member Functions inherited from monero::serializable_struct
std::string serialize () const
 

Public Attributes

boost::optional< uint32_t > m_account_idx
 
std::vector< uint32_t > m_address_indices
 
boost::optional< bool > m_all_accounts
 
boost::optional< bool > m_strict
 

Member Function Documentation

◆ to_rapidjson_val()

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

Implements monero::serializable_struct.


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