Electroneum
cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info:

Public Attributes

std::string block_hash
 
uint64_t height
 
uint64_t length
 
uint64_t difficulty
 
std::string wide_difficulty
 
uint64_t difficulty_top64
 
std::vector< std::string > block_hashes
 
std::string main_chain_parent_block
 

Detailed Description

Definition at line 2126 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ block_hash

std::string cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info::block_hash

Definition at line 2127 of file core_rpc_server_commands_defs.h.

◆ block_hashes

std::vector<std::string> cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info::block_hashes

Definition at line 2133 of file core_rpc_server_commands_defs.h.

◆ difficulty

uint64_t cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info::difficulty

Definition at line 2130 of file core_rpc_server_commands_defs.h.

◆ difficulty_top64

uint64_t cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info::difficulty_top64

Definition at line 2132 of file core_rpc_server_commands_defs.h.

◆ height

uint64_t cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info::height

Definition at line 2128 of file core_rpc_server_commands_defs.h.

◆ length

uint64_t cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info::length

Definition at line 2129 of file core_rpc_server_commands_defs.h.

◆ main_chain_parent_block

std::string cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info::main_chain_parent_block

Definition at line 2134 of file core_rpc_server_commands_defs.h.

◆ wide_difficulty

std::string cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info::wide_difficulty

Definition at line 2131 of file core_rpc_server_commands_defs.h.


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