|
Monero
|
#include <core_rpc_server_commands_defs.h>


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_entry > | tx_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 () | |
| uint64_t cryptonote::COMMAND_RPC_GETMINERDATA::response_t::already_generated_coins |
| std::string cryptonote::COMMAND_RPC_GETMINERDATA::response_t::difficulty |
| uint64_t cryptonote::COMMAND_RPC_GETMINERDATA::response_t::height |
| uint8_t cryptonote::COMMAND_RPC_GETMINERDATA::response_t::major_version |
| uint64_t cryptonote::COMMAND_RPC_GETMINERDATA::response_t::median_weight |
| std::string cryptonote::COMMAND_RPC_GETMINERDATA::response_t::prev_id |
| std::string cryptonote::COMMAND_RPC_GETMINERDATA::response_t::seed_hash |
| std::vector<tx_backlog_entry> cryptonote::COMMAND_RPC_GETMINERDATA::response_t::tx_backlog |