Electroneum
cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t:

Public Attributes

std::vector< crypto::hashm_block_ids
 
uint64_t start_height
 
uint64_t current_height
 
std::string status
 
bool untrusted
 

Detailed Description

Definition at line 227 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ current_height

uint64_t cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t::current_height

Definition at line 230 of file core_rpc_server_commands_defs.h.

◆ m_block_ids

std::vector<crypto::hash> cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t::m_block_ids

Definition at line 228 of file core_rpc_server_commands_defs.h.

◆ start_height

uint64_t cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t::start_height

Definition at line 229 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t::status

Definition at line 231 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_HASHES_FAST::response_t::untrusted

Definition at line 232 of file core_rpc_server_commands_defs.h.


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