Monero
Public Attributes | List of all members
cryptonote::COMMAND_RPC_MINING_STATUS::response Struct Reference

#include <core_rpc_server_commands_defs.h>

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

Public Attributes

std::string status
 
bool active
 
uint64_t speed
 
uint32_t threads_count
 
std::string address
 
bool is_background_mining_enabled
 

Member Data Documentation

◆ active

bool cryptonote::COMMAND_RPC_MINING_STATUS::response::active

◆ address

std::string cryptonote::COMMAND_RPC_MINING_STATUS::response::address

◆ is_background_mining_enabled

bool cryptonote::COMMAND_RPC_MINING_STATUS::response::is_background_mining_enabled

◆ speed

uint64_t cryptonote::COMMAND_RPC_MINING_STATUS::response::speed

◆ status

std::string cryptonote::COMMAND_RPC_MINING_STATUS::response::status

◆ threads_count

uint32_t cryptonote::COMMAND_RPC_MINING_STATUS::response::threads_count

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