|
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 146 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 147 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::current_height |
Definition at line 149 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 151 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::start_height |
Definition at line 148 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::status |
Definition at line 150 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_GET_BLOCKS_FAST::response_t::untrusted |
Definition at line 152 of file core_rpc_server_commands_defs.h.