Electroneum
cryptonote::rpc::hard_fork_info Struct Reference

#include <message_data_structs.h>

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
 

Detailed Description

Definition at line 130 of file message_data_structs.h.

Member Data Documentation

◆ earliest_height

uint64_t cryptonote::rpc::hard_fork_info::earliest_height

Definition at line 139 of file message_data_structs.h.

◆ enabled

bool cryptonote::rpc::hard_fork_info::enabled

Definition at line 133 of file message_data_structs.h.

◆ state

uint32_t cryptonote::rpc::hard_fork_info::state

Definition at line 138 of file message_data_structs.h.

◆ threshold

uint32_t cryptonote::rpc::hard_fork_info::threshold

Definition at line 136 of file message_data_structs.h.

◆ version

uint8_t cryptonote::rpc::hard_fork_info::version

Definition at line 132 of file message_data_structs.h.

◆ votes

uint32_t cryptonote::rpc::hard_fork_info::votes

Definition at line 135 of file message_data_structs.h.

◆ voting

uint8_t cryptonote::rpc::hard_fork_info::voting

Definition at line 137 of file message_data_structs.h.

◆ window

uint32_t cryptonote::rpc::hard_fork_info::window

Definition at line 134 of file message_data_structs.h.


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