Electroneum
cryptonote::COMMAND_RPC_GET_HEIGHT::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_HEIGHT::response_t:

Public Attributes

uint64_t height
 
std::string status
 
bool untrusted
 
std::string hash
 

Detailed Description

Definition at line 96 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ hash

std::string cryptonote::COMMAND_RPC_GET_HEIGHT::response_t::hash

Definition at line 100 of file core_rpc_server_commands_defs.h.

◆ height

uint64_t cryptonote::COMMAND_RPC_GET_HEIGHT::response_t::height

Definition at line 97 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_GET_HEIGHT::response_t::status

Definition at line 98 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_GET_HEIGHT::response_t::untrusted

Definition at line 99 of file core_rpc_server_commands_defs.h.


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