|
Electroneum
|
#include <core_rpc_server_commands_defs.h>

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 |
Definition at line 2126 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info::block_hash |
Definition at line 2127 of file core_rpc_server_commands_defs.h.
| 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.
| uint64_t cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info::difficulty |
Definition at line 2130 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info::difficulty_top64 |
Definition at line 2132 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info::height |
Definition at line 2128 of file core_rpc_server_commands_defs.h.
| uint64_t cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info::length |
Definition at line 2129 of file core_rpc_server_commands_defs.h.
| 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.
| std::string cryptonote::COMMAND_RPC_GET_ALTERNATE_CHAINS::chain_info::wide_difficulty |
Definition at line 2131 of file core_rpc_server_commands_defs.h.