Electroneum
cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t:

Public Attributes

uint8_t version
 
bool enabled
 
uint32_t window
 
uint32_t votes
 
uint32_t threshold
 
uint8_t voting
 
uint32_t state
 
uint64_t earliest_height
 
std::string status
 
bool untrusted
 

Detailed Description

Definition at line 1865 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ earliest_height

uint64_t cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::earliest_height

Definition at line 1873 of file core_rpc_server_commands_defs.h.

◆ enabled

bool cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::enabled

Definition at line 1867 of file core_rpc_server_commands_defs.h.

◆ state

uint32_t cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::state

Definition at line 1872 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::status

Definition at line 1874 of file core_rpc_server_commands_defs.h.

◆ threshold

uint32_t cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::threshold

Definition at line 1870 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::untrusted

Definition at line 1875 of file core_rpc_server_commands_defs.h.

◆ version

uint8_t cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::version

Definition at line 1866 of file core_rpc_server_commands_defs.h.

◆ votes

uint32_t cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::votes

Definition at line 1869 of file core_rpc_server_commands_defs.h.

◆ voting

uint8_t cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::voting

Definition at line 1871 of file core_rpc_server_commands_defs.h.

◆ window

uint32_t cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::window

Definition at line 1868 of file core_rpc_server_commands_defs.h.


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