Monero
Classes | Public Attributes | List of all members
cryptonote::COMMAND_RPC_GETMINERDATA::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Inheritance diagram for cryptonote::COMMAND_RPC_GETMINERDATA::response_t:
Inheritance graph
[legend]
Collaboration diagram for cryptonote::COMMAND_RPC_GETMINERDATA::response_t:
Collaboration graph
[legend]

Classes

struct  tx_backlog_entry
 

Public Attributes

uint8_t major_version
 
uint64_t height
 
std::string prev_id
 
std::string seed_hash
 
std::string difficulty
 
uint64_t median_weight
 
uint64_t already_generated_coins
 
std::vector< tx_backlog_entrytx_backlog
 
- 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

◆ already_generated_coins

uint64_t cryptonote::COMMAND_RPC_GETMINERDATA::response_t::already_generated_coins

◆ difficulty

std::string cryptonote::COMMAND_RPC_GETMINERDATA::response_t::difficulty

◆ height

uint64_t cryptonote::COMMAND_RPC_GETMINERDATA::response_t::height

◆ major_version

uint8_t cryptonote::COMMAND_RPC_GETMINERDATA::response_t::major_version

◆ median_weight

uint64_t cryptonote::COMMAND_RPC_GETMINERDATA::response_t::median_weight

◆ prev_id

std::string cryptonote::COMMAND_RPC_GETMINERDATA::response_t::prev_id

◆ seed_hash

std::string cryptonote::COMMAND_RPC_GETMINERDATA::response_t::seed_hash

◆ tx_backlog

std::vector<tx_backlog_entry> cryptonote::COMMAND_RPC_GETMINERDATA::response_t::tx_backlog

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