Monero
Loading...
Searching...
No Matches
cryptonote::COMMAND_RPC_MINING_STATUS::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Inheritance diagram for cryptonote::COMMAND_RPC_MINING_STATUS::response_t:
Collaboration diagram for cryptonote::COMMAND_RPC_MINING_STATUS::response_t:

Public Attributes

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
Public Attributes inherited from cryptonote::rpc_response_base
std::string status
bool untrusted

Additional Inherited Members

Public Member Functions inherited from cryptonote::rpc_response_base
 rpc_response_base ()

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

◆ 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: