Monero
Public Attributes | List of all members
cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request:
Collaboration graph
[legend]

Public Attributes

std::vector< uint64_t > amounts
 
uint64_t from_height
 
uint64_t to_height
 
bool cumulative
 
bool binary
 

Member Data Documentation

◆ amounts

std::vector<uint64_t> cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request::amounts

◆ binary

bool cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request::binary

◆ cumulative

bool cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request::cumulative

◆ from_height

uint64_t cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request::from_height

◆ to_height

uint64_t cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request::to_height

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