|
Monero
|
#include <core_rpc_server_commands_defs.h>


Public Attributes | |
| std::string | hashing_blob |
| uint64_t | seed_height |
| std::string | seed_hash |
| std::string | next_seed_hash |
| uint32_t | cookie |
| uint64_t | diff |
| uint64_t | credits_per_hash_found |
| uint64_t | height |
| Public Attributes inherited from cryptonote::rpc_access_response_base | |
| uint64_t | credits |
| std::string | top_hash |
| Public Attributes inherited from cryptonote::rpc_response_base | |
| std::string | status |
| bool | untrusted |
Additional Inherited Members | |
| Public Member Functions inherited from cryptonote::rpc_access_response_base | |
| rpc_access_response_base () | |
| Public Member Functions inherited from cryptonote::rpc_response_base | |
| rpc_response_base () | |
| uint32_t cryptonote::COMMAND_RPC_ACCESS_INFO::response_t::cookie |
| uint64_t cryptonote::COMMAND_RPC_ACCESS_INFO::response_t::credits_per_hash_found |
| uint64_t cryptonote::COMMAND_RPC_ACCESS_INFO::response_t::diff |
| std::string cryptonote::COMMAND_RPC_ACCESS_INFO::response_t::hashing_blob |
| uint64_t cryptonote::COMMAND_RPC_ACCESS_INFO::response_t::height |
| std::string cryptonote::COMMAND_RPC_ACCESS_INFO::response_t::next_seed_hash |
| std::string cryptonote::COMMAND_RPC_ACCESS_INFO::response_t::seed_hash |
| uint64_t cryptonote::COMMAND_RPC_ACCESS_INFO::response_t::seed_height |