Electroneum
Public Attributes | List of all members
cryptonote::COMMAND_RPC_MINING_STATUS::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_MINING_STATUS::response_t:
Collaboration graph
[legend]

Public Attributes

std::string status
 
bool active
 
uint64_t speed
 
uint32_t threads_count
 
std::string address
 
std::string pow_algorithm
 
bool is_background_mining_enabled
 
uint8_t bg_idle_threshold
 
uint8_t bg_min_idle_seconds
 
bool bg_ignore_battery
 
uint8_t bg_target
 
uint32_t block_target
 
uint64_t block_reward
 
uint64_t difficulty
 
std::string wide_difficulty
 
uint64_t difficulty_top64
 

Member Data Documentation

◆ active

bool cryptonote::COMMAND_RPC_MINING_STATUS::response_t::active

◆ address

std::string cryptonote::COMMAND_RPC_MINING_STATUS::response_t::address

◆ bg_idle_threshold

uint8_t cryptonote::COMMAND_RPC_MINING_STATUS::response_t::bg_idle_threshold

◆ bg_ignore_battery

bool cryptonote::COMMAND_RPC_MINING_STATUS::response_t::bg_ignore_battery

◆ bg_min_idle_seconds

uint8_t cryptonote::COMMAND_RPC_MINING_STATUS::response_t::bg_min_idle_seconds

◆ bg_target

uint8_t cryptonote::COMMAND_RPC_MINING_STATUS::response_t::bg_target

◆ block_reward

uint64_t cryptonote::COMMAND_RPC_MINING_STATUS::response_t::block_reward

◆ block_target

uint32_t cryptonote::COMMAND_RPC_MINING_STATUS::response_t::block_target

◆ difficulty

uint64_t cryptonote::COMMAND_RPC_MINING_STATUS::response_t::difficulty

◆ difficulty_top64

uint64_t cryptonote::COMMAND_RPC_MINING_STATUS::response_t::difficulty_top64

◆ is_background_mining_enabled

bool cryptonote::COMMAND_RPC_MINING_STATUS::response_t::is_background_mining_enabled

◆ pow_algorithm

std::string cryptonote::COMMAND_RPC_MINING_STATUS::response_t::pow_algorithm

◆ speed

uint64_t cryptonote::COMMAND_RPC_MINING_STATUS::response_t::speed

◆ status

std::string cryptonote::COMMAND_RPC_MINING_STATUS::response_t::status

◆ threads_count

uint32_t cryptonote::COMMAND_RPC_MINING_STATUS::response_t::threads_count

◆ wide_difficulty

std::string cryptonote::COMMAND_RPC_MINING_STATUS::response_t::wide_difficulty

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