Electroneum
Public Attributes | List of all members
cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t Struct Reference

#include <core_rpc_server_commands_defs.h>

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

Public Attributes

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

Member Data Documentation

◆ amounts

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

◆ binary

bool cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::binary

◆ compress

bool cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::compress

◆ cumulative

bool cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::cumulative

◆ from_height

uint64_t cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::from_height

◆ to_height

uint64_t cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::to_height

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