|
|
| 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 |
| |
| std::string | serialize () const |
| |
|
|
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 |
| |
◆ 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
-
| allocator | is 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: