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 1852 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 1861 of file core_rpc_server_commands_defs.h.

◆ enabled

bool cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::enabled

Definition at line 1855 of file core_rpc_server_commands_defs.h.

◆ state

uint32_t cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::state

Definition at line 1860 of file core_rpc_server_commands_defs.h.

◆ status

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

Definition at line 1862 of file core_rpc_server_commands_defs.h.

◆ threshold

uint32_t cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::threshold

Definition at line 1858 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::untrusted

Definition at line 1863 of file core_rpc_server_commands_defs.h.

◆ version

uint8_t cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::version

Definition at line 1854 of file core_rpc_server_commands_defs.h.

◆ votes

uint32_t cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::votes

Definition at line 1857 of file core_rpc_server_commands_defs.h.

◆ voting

uint8_t cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::voting

Definition at line 1859 of file core_rpc_server_commands_defs.h.

◆ window

uint32_t cryptonote::COMMAND_RPC_HARD_FORK_INFO::response_t::window

Definition at line 1856 of file core_rpc_server_commands_defs.h.


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