|
Electroneum
|
#include <core_rpc_server_commands_defs.h>

Public Attributes | |
| std::vector< uint64_t > | amounts |
| uint64_t | from_height |
| uint64_t | to_height |
| bool | cumulative |
| bool | binary |
| bool | compress |
Definition at line 2279 of file core_rpc_server_commands_defs.h.
| 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.
| bool cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::binary |
Definition at line 2284 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::compress |
Definition at line 2285 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::cumulative |
Definition at line 2283 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::from_height |
Definition at line 2281 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request_t::to_height |
Definition at line 2282 of file core_rpc_server_commands_defs.h.