|
Electroneum
|
#include <core_rpc_server_commands_defs.h>

Public Attributes | |
| std::vector< block_complete_entry > | blocks |
| uint64_t | start_height |
| uint64_t | current_height |
| std::string | status |
| std::vector< block_output_indices > | output_indices |
| bool | untrusted |
Definition at line 154 of file core_rpc_server_commands_defs.h.
| std::vector<block_complete_entry> cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::blocks |
Definition at line 156 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::current_height |
Definition at line 158 of file core_rpc_server_commands_defs.h.
| std::vector<block_output_indices> cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::output_indices |
Definition at line 160 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::start_height |
Definition at line 157 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::status |
Definition at line 159 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::untrusted |
Definition at line 161 of file core_rpc_server_commands_defs.h.