Electroneum
Public Member Functions | Public Attributes | List of all members
cryptonote::HardFork::Params Struct Reference

#include <hardfork.h>

Collaboration diagram for cryptonote::HardFork::Params:
Collaboration graph
[legend]

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
 

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

◆ threshold

uint8_t cryptonote::HardFork::Params::threshold

◆ time

time_t cryptonote::HardFork::Params::time

◆ version

uint8_t cryptonote::HardFork::Params::version

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