Electroneum
Loading...
Searching...
No Matches
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:

Public Attributes

std::vector< uint64_tamounts
uint64_t from_height
uint64_t to_height
bool cumulative
bool binary
bool compress

Detailed Description

Definition at line 2279 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ amounts

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

Definition at line 2280 of file core_rpc_server_commands_defs.h.

◆ binary

bool cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::binary

Definition at line 2284 of file core_rpc_server_commands_defs.h.

◆ compress

bool cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::compress

Definition at line 2285 of file core_rpc_server_commands_defs.h.

◆ cumulative

bool cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::cumulative

Definition at line 2283 of file core_rpc_server_commands_defs.h.

◆ from_height

uint64_t cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::from_height

Definition at line 2281 of file core_rpc_server_commands_defs.h.

◆ to_height

uint64_t cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::to_height

Definition at line 2282 of file core_rpc_server_commands_defs.h.


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