Electroneum
cryptonote::HardFork::Params Struct Reference

#include <hardfork.h>

Public Member Functions

 Params (uint8_t version, uint64_t height, uint8_t threshold, time_t time)
 

Public Attributes

uint8_t version
 
uint8_t threshold
 
uint64_t height
 
time_t time
 

Detailed Description

Definition at line 234 of file hardfork.h.

Constructor & Destructor Documentation

◆ Params()

cryptonote::HardFork::Params::Params ( uint8_t  version,
uint64_t  height,
uint8_t  threshold,
time_t  time 
)
inline

Member Data Documentation

◆ height

uint64_t cryptonote::HardFork::Params::height

Definition at line 237 of file hardfork.h.

◆ threshold

uint8_t cryptonote::HardFork::Params::threshold

Definition at line 236 of file hardfork.h.

◆ time

time_t cryptonote::HardFork::Params::time

Definition at line 238 of file hardfork.h.

◆ version

uint8_t cryptonote::HardFork::Params::version

Definition at line 235 of file hardfork.h.


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